fix having double scrollbars
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user