windows stack

This commit is contained in:
Devaev Maxim
2018-07-25 19:15:04 +03:00
parent 79c92afb7f
commit e2e8001ba8
2 changed files with 11 additions and 2 deletions

View File

@@ -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;