website/frontend/static/styles.css

8 lines
82 B
CSS
Raw Normal View History

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