website/frontend/static/styles.css

8 lines
No EOL
82 B
CSS

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