2025-11-19 16:32:30 +03:00

8 lines
145 B
SCSS

* {
scrollbar-width: thin;
scrollbar-color: rgba(128, 128, 128, 0.5) transparent;
}
body {
-ms-overflow-style: -ms-autohiding-scrollbar;
}