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;
pointer-events: none;
position: absolute;
z-index: 99999;
opacity: 0;
visibility: hidden;
}
body > .os-scrollbar {
position: fixed;
z-index: 99999;
}
.os-scrollbar-transitionless {
transition: none;