You've already forked bryanpedini.it_old
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.
This commit is contained in:
6
css/hidden-scrollbar-GUI.css
Normal file
6
css/hidden-scrollbar-GUI.css
Normal file
@@ -0,0 +1,6 @@
|
||||
html,body {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
Reference in New Issue
Block a user