1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00

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

(cherry picked from commit f1a190d4d6)

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
Mattermost Build 2023-02-11 18:55:40 +02:00 committed by GitHub
parent d7b7f7e5c5
commit b8d9228c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
@import '../../styles/z-index'; @import '../../styles/z-index';
.Menu:not(#statusDropdownMenu) { .Menu.noselect {
@include z-index(menu); @include z-index(menu);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -173,7 +173,7 @@
} }
} }
.Menu:not(#statusDropdownMenu), .Menu.noselect,
.SubMenuOption .SubMenu { .SubMenuOption .SubMenu {
@media screen and (max-width: 430px) { @media screen and (max-width: 430px) {
position: fixed; position: fixed;