mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
use specific class, rather than NOT an unrelated ID (#4570)
This commit is contained in:
parent
1abd7f2645
commit
f1a190d4d6
@ -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 New Issue
Block a user