use specific class, rather than NOT an unrelated ID (#4570)
This commit is contained in:
parent
1abd7f2645
commit
f1a190d4d6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
@import '../../styles/z-index';
|
||||
|
||||
.Menu:not(#statusDropdownMenu) {
|
||||
.Menu.noselect {
|
||||
@include z-index(menu);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.Menu:not(#statusDropdownMenu),
|
||||
.Menu.noselect,
|
||||
.SubMenuOption .SubMenu {
|
||||
@media screen and (max-width: 430px) {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue