mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 15:13:42 +08:00
Only style mobile dropdown menus differently if they're within a dropdown
This commit is contained in:
parent
8194de1df6
commit
9d7709e7dc
|
@ -145,7 +145,7 @@
|
||||||
.Dropdown.open {
|
.Dropdown.open {
|
||||||
z-index: @zindex-modal;
|
z-index: @zindex-modal;
|
||||||
}
|
}
|
||||||
.Dropdown-menu {
|
.Dropdown .Dropdown-menu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.open & {
|
.open& {
|
||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user