-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][Menu] CSS for dropdown menu bug #5542
Labels
Milestone
Comments
Yeah same problem here and waiting for the new change |
Can be reproduced on the documentation. |
awgv
changed the title
[Dropdown] CSS for dropdown menu bug
[Dropdown][Menu] CSS for dropdown menu bug
Jul 15, 2017
I'll fix this weekend |
Actually this weekend.. fixing now |
jlukic
added a commit
that referenced
this issue
Aug 6, 2017
And a very easy fix.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Semantic UI just changed the CSS for dropdown menu which makes the menu open to the left now, instead of default to the right.
Before:
Now (latest CSS):
the new left:0px CSS causes this problem:
.ui.menu .dropdown.item .menu {
left: 0px;
min-width: calc(100% - 1px);
The text was updated successfully, but these errors were encountered: