styling fixes

This commit is contained in:
root
2024-05-01 21:06:53 +02:00
parent fd3cf0ef8a
commit a5b544697c
6 changed files with 137 additions and 11 deletions

View File

@ -1,3 +0,0 @@
body {
background: black;
}

10
src/assets/main.scss Normal file
View File

@ -0,0 +1,10 @@
body {
-ms-overflow-style: none;
scrollbar-width: none;
background: black;
}
::-webkit-scrollbar {
display: none;
}