We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stemming off issue 8 here. Having a separate .dropdown_right class is problematic on a responsive site.
.dropdown_right
If a .dropdown button is placed on the right side of the viewport on small screens, it will not be usable:
.dropdown
The same occurs if a .dropdown_right button is on the left side on mobile:
Two solutions come to mind immediately:
I prefer the latter, I think, but would that solution be performant? Additional suggestions are welcome.
The text was updated successfully, but these errors were encountered:
I bet someone else has solved this for Bootstrap already...
Sorry, something went wrong.
Not in Bootstrap 4 alpha, at least:
No branches or pull requests
Stemming off issue 8 here. Having a separate
.dropdown_right
class is problematic on a responsive site.If a
.dropdown
button is placed on the right side of the viewport on small screens, it will not be usable:The same occurs if a
.dropdown_right
button is on the left side on mobile:Two solutions come to mind immediately:
I prefer the latter, I think, but would that solution be performant? Additional suggestions are welcome.
The text was updated successfully, but these errors were encountered: