Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown goes offscreen #444

Open
WingsDevelopment opened this issue Apr 2, 2024 · 0 comments
Open

dropdown goes offscreen #444

WingsDevelopment opened this issue Apr 2, 2024 · 0 comments

Comments

@WingsDevelopment
Copy link

WingsDevelopment commented Apr 2, 2024

besides no automatic changing classes from "dropdown" to dropdown so i was wondering is there a clean way to change class from just "dropdown" to "dropdown dropdown-end" for example.

is there at least a way to implement something like "dropdown dropdown-start md:dropdown-end" ? and make my dropdown behave in some other way in different devices?

I guess what i try to achieve is:
@media (max-width: 640px) {
.mobile-dropdown-end {
@apply dropdown-end;
}
}
but with tailwind..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant