braindrops.nicwands.com/shared/styles/_scroll.scss
2026-07-17 11:24:36 -04:00

12 lines
192 B
SCSS

html {
&,
* {
scrollbar-width: none !important;
-ms-overflow-style: none !important;
&::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
}
}
}