coinage/resources/css/coinage.css

10 lines
131 B
CSS
Raw Normal View History

2021-04-30 05:54:07 +00:00
html {
scrollbar-width: none;
overflow: hidden;
}
html::-webkit-scrollbar {
width: 0 !important;
display: none;
}