0
0
Fork 0
This repository has been archived on 2020-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
bryanpedini.it_old/lib/css/hidden-scrollbar-GUI.css

6 lines
78 B
CSS

html,body {
scrollbar-width: none;
}
::-webkit-scrollbar {
width: 0;
}