mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-23 00:00:36 +03:00
fix z-index
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user