use specific class, rather than NOT an unrelated ID (#4570)

This commit is contained in:
Scott Bishel 2023-02-11 08:51:05 -07:00 committed by GitHub
parent 1abd7f2645
commit f1a190d4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;