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

Sticky position fix for fluid menus #2710

Merged
merged 1 commit into from
Aug 11, 2015
Merged

Sticky position fix for fluid menus #2710

merged 1 commit into from
Aug 11, 2015

Conversation

lauri-elevant
Copy link
Contributor

For fluid menus (constrained in width by a grid of some description), the sticky needs to update the dimensions with !important, since it needs to override:

.ui.menu.fluid,.ui.vertical.menu.fluid{
width:100%!important
}

Otherwise, the sticky menu will simply flow all over the screen..

For fluid menus, the sticky needs to update the position with !important, since it needs to override:

.ui.menu.fluid,.ui.vertical.menu.fluid{
  width:100%!important
}
@jlukic
Copy link
Member

jlukic commented Aug 11, 2015

Merged with a slight change

jlukic added a commit that referenced this pull request Aug 11, 2015
Sticky position fix for fluid menus
@jlukic jlukic merged commit e125ddb into Semantic-Org:master Aug 11, 2015
@jlukic
Copy link
Member

jlukic commented Aug 11, 2015

Agh crap this PR was to wrong branch, be sure to merge into next

@lauri-elevant
Copy link
Contributor Author

Sorry Jack, I just realised my mistake. Will make any future PR-s to the next branch..

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

Successfully merging this pull request may close these issues.

2 participants