Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4156 from gdaunton/dropdown-fix
[Dropdown] Fix issue #4150
  • Loading branch information
jlukic committed Jul 31, 2016
2 parents 4d01914 + 7ba53c3 commit 6c58582
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/definitions/collections/menu.less
Expand Up @@ -296,13 +296,18 @@
margin-left: 1em;
}
.ui.vertical.menu .dropdown.item .menu {
top: 0% !important;
left: 100%;
min-width: 0;
margin: 0em 0em 0em @dropdownMenuDistance;
box-shadow: @dropdownVerticalMenuBoxShadow;
border-radius: 0em @dropdownMenuBorderRadius @dropdownMenuBorderRadius @dropdownMenuBorderRadius;
}
.ui.vertical.menu .dropdown.item.upward .menu {
bottom: 0;
}
.ui.vertical.menu .dropdown.item:not(.upward) .menu {
top: 0;
}
.ui.vertical.menu .active.dropdown.item {
border-top-right-radius: 0em;
border-bottom-right-radius: 0em;
Expand Down

0 comments on commit 6c58582

Please sign in to comment.