Merge pull request #10554 from Nekzuris/patch-2

Thin scrollbars for Firefox
This commit is contained in:
Minh Nguyễn
2024-11-25 11:22:32 -08:00
committed by GitHub
+5 -2
View File
@@ -5774,8 +5774,11 @@ li.hide + li.version .badge .tooltip .popover-arrow {
background-color: rgba(0,0,0,.05);
}
}
body {
scrollbar-width: 10px;
/* Firefox */
@-moz-document url-prefix() {
* {
scrollbar-width: thin;
}
}