mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
fix scrollbar z-index
This commit is contained in:
@@ -19,3 +19,15 @@
|
|||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scroll-area :global(.os-scrollbar) {
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-area :global(.os-scrollbar-track) {
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-area :global(.os-scrollbar-handle) {
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|||||||
@@ -11,3 +11,9 @@
|
|||||||
--os-track-border-radius: 0;
|
--os-track-border-radius: 0;
|
||||||
--os-handle-border-radius: 0;
|
--os-handle-border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feishin.os-scrollbar,
|
||||||
|
.feishin .os-scrollbar-track,
|
||||||
|
.feishin .os-scrollbar-handle {
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user