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][Menu] CSS for dropdown menu bug #5542

Closed
raptoria opened this issue Jul 14, 2017 · 5 comments
Closed

[Dropdown][Menu] CSS for dropdown menu bug #5542

raptoria opened this issue Jul 14, 2017 · 5 comments

Comments

@raptoria
Copy link

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:
image

Now (latest CSS):
image

the new left:0px CSS causes this problem:

.ui.menu .dropdown.item .menu {
left: 0px;
min-width: calc(100% - 1px);

@xmannv
Copy link

xmannv commented Jul 14, 2017

Yeah same problem here and waiting for the new change

@awgv awgv added this to the Needs Milestone milestone Jul 15, 2017
@awgv
Copy link
Member

awgv commented Jul 15, 2017

Can be reproduced on the documentation.

@awgv awgv changed the title CSS for dropdown menu bug [Dropdown] CSS for dropdown menu bug Jul 15, 2017
@awgv awgv changed the title [Dropdown] CSS for dropdown menu bug [Dropdown][Menu] CSS for dropdown menu bug Jul 15, 2017
@jlukic jlukic modified the milestones: 2.2.12, Needs Milestone Jul 28, 2017
@jlukic
Copy link
Member

jlukic commented Jul 28, 2017

I'll fix this weekend

@jlukic
Copy link
Member

jlukic commented Aug 6, 2017

Actually this weekend.. fixing now

@jlukic
Copy link
Member

jlukic commented 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
Projects
None yet
Development

No branches or pull requests

4 participants