Only style mobile dropdown menus differently if they're within a dropdown

This commit is contained in:
Toby Zerner 2015-07-28 17:58:43 +09:30
parent 8194de1df6
commit 9d7709e7dc

View File

@ -145,7 +145,7 @@
.Dropdown.open {
z-index: @zindex-modal;
}
.Dropdown-menu {
.Dropdown .Dropdown-menu {
margin: 0;
position: fixed;
left: 0 !important;
@ -191,7 +191,7 @@
}
}
}
.open & {
.open& {
-webkit-transform: none;
transform: none;
visibility: visible;