mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 16:03:06 +00:00
hide scrollbar when not hovering
This commit is contained in:
@@ -110,4 +110,13 @@
|
||||
width: 0 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
:global(.splitpanes__pane) {
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
:global(.splitpanes__pane:hover) {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user