styling fixes
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
body {
|
||||
background: black;
|
||||
}
|
10
src/assets/main.scss
Normal file
10
src/assets/main.scss
Normal file
@ -0,0 +1,10 @@
|
||||
body {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
background: black;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user