Skip to content

Commit

Permalink
Fix YUI menus being hidden by bottom bars
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 5, 2022
1 parent b7120c4 commit cd3b140
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion war/src/main/less/base/yui-compatibility.less
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
}

.yuimenu {
z-index: 1000 !important;

.bd {
border-color: var(--input-border);
background-color: var(--menu-bg-color);
Expand Down Expand Up @@ -220,4 +222,4 @@ div.yahooTree td {
.yui-panel,
.yui-panel .bd {
background-color: var(--background) !important;
}
}}

0 comments on commit cd3b140

Please sign in to comment.