Add hook for hideable scrollbar

This commit is contained in:
jeffvli 2023-02-08 03:44:05 -08:00
parent 8b5e463546
commit 147b155d60
3 changed files with 30 additions and 0 deletions

View file

@ -75,6 +75,10 @@ button {
-webkit-app-region: no-drag;
}
.overlay-scrollbar {
overflow-y: overlay !important;
}
.hide-scrollbar {
scrollbar-width: thin;
scrollbar-color: transparent transparent;