ensure the state tooltip is above the sites

This commit is contained in:
tophf 2018-02-26 23:20:25 +03:00
parent ab4f7f3e91
commit fd3a09eee9

View File

@ -569,6 +569,10 @@ select {
fill: red; fill: red;
} }
.newUI .actions {
z-index: 100;
}
.newUI .updater-icons > :not(.check-update):after { .newUI .updater-icons > :not(.check-update):after {
content: attr(title); content: attr(title);
position: absolute; position: absolute;
@ -582,7 +586,6 @@ select {
font-size: 90%; font-size: 90%;
animation: fadeout 10s; animation: fadeout 10s;
animation-fill-mode: both; animation-fill-mode: both;
z-index: 999;
} }
.newUI .update-problem .check-update:after { .newUI .update-problem .check-update:after {