0f24e8322b
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.
6 lines
78 B
CSS
6 lines
78 B
CSS
html,body {
|
|
scrollbar-width: none;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
} |