mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +00:00
fix having double scrollbars
This commit is contained in:
parent
1801cbd278
commit
793ef45bea
1 changed files with 6 additions and 0 deletions
|
@ -235,6 +235,12 @@ rt {
|
||||||
contain: strict;
|
contain: strict;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
scrollbar-width: none;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
._pageScrollable {
|
._pageScrollable {
|
||||||
|
|
Loading…
Add table
Reference in a new issue