Thin scrollbars for Firefox

This commit is contained in:
Nekzuris
2024-11-24 16:28:19 +01:00
committed by GitHub
parent 3bda6c78ee
commit e0083e093f

View File

@@ -5777,6 +5777,12 @@ li.hide + li.version .badge .tooltip .popover-arrow {
body {
scrollbar-width: 10px;
}
/* Firefox */
@-moz-document url-prefix() {
* {
scrollbar-width: thin;
}
}
/* Intro walkthrough