mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
Only style mobile dropdown menus differently if they're within a dropdown
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user