Firefox: hide scrollbars

This commit is contained in:
Daniel 2023-11-08 12:26:45 +01:00
parent 55a601797f
commit 5f86a1638e

View File

@ -17,7 +17,7 @@ body {
}
* {
scrollbar-width: 0;
scrollbar-width: none;
}
::-webkit-scrollbar {