Skip to content

Commit

Permalink
Merge pull request #4534 from mattermost-build/automated-cherry-pick-…
Browse files Browse the repository at this point in the history
…of-focalboard-#4411-upstream-release-7.8

Automated cherry pick of #4411
  • Loading branch information
sbishel authored Feb 2, 2023
2 parents 86d648a + 9471bf3 commit fe90cb8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions webapp/src/widgets/menu/menu.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
@import '../../styles/z-index';

.status-dropdown-menu {
> .Menu {
position: inherit;
}
}

.Menu {
.Menu:not(#statusDropdownMenu) {
@include z-index(menu);
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -179,7 +173,7 @@
}
}

.Menu,
.Menu:not(#statusDropdownMenu),
.SubMenuOption .SubMenu {
@media screen and (max-width: 430px) {
position: fixed;
Expand Down

0 comments on commit fe90cb8

Please sign in to comment.