mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add hook for hideable scrollbar
This commit is contained in:
parent
8b5e463546
commit
147b155d60
3 changed files with 30 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue