fix z-index

This commit is contained in:
Rene Haas
2022-10-25 22:16:53 +02:00
parent 64e64b30f7
commit addd976f3b
@@ -3,12 +3,12 @@
transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
pointer-events: none; pointer-events: none;
position: absolute; position: absolute;
z-index: 99999;
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
} }
body > .os-scrollbar { body > .os-scrollbar {
position: fixed; position: fixed;
z-index: 99999;
} }
.os-scrollbar-transitionless { .os-scrollbar-transitionless {
transition: none; transition: none;