diff options
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r-- | kvmd/web/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index 3089a6d1..e3b16b2f 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -25,7 +25,7 @@ ul#ctl { position: fixed; top: 0; width: 100%; - z-index: 10; + z-index: 2147483647; } ul#ctl li.ctl-logo { float: left; @@ -64,7 +64,7 @@ div.ctl-dropdown-content { background-color: var(--bg-color-ctl); min-width: 180px; box-shadow: var(--big-shadow); - z-index: 9; + z-index: 2147483646; } div.ctl-dropdown-content div.buttons-row { margin: 0; |