website/frontend/static/styles.css
2024-12-06 22:03:24 -06:00

8 lines
No EOL
82 B
CSS
Executable file

* {
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;
}