0
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/css/hidden-scrollbar-GUI.css
Bryan Pedini 0f24e8322b
Improved speed and comprehensiveness
Edited templates location, removed unnecessary CSS and JS files, moved the onePageApp style and scripts into respective files, modified variable names for better comprehension.
TODO next: add comments to the code.
2019-01-17 13:26:20 +01:00

6 lines
78 B
CSS

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