1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

merge: fix having double scrollbars (!1035)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1035

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
Marie
2025-05-28 21:08:49 +00:00

View File

@@ -235,6 +235,12 @@ rt {
contain: strict;
overflow: auto;
overscroll-behavior: contain;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
._pageScrollable {