mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
(cherry picked from commit f1a190d4d6
)
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
parent
d7b7f7e5c5
commit
b8d9228c1c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user