removed scrollbar brcause we don't need it

This commit is contained in:
Jesse James Isler 2022-03-29 09:46:11 +02:00
parent 05b6021ec2
commit bc726a847d

View File

@ -5,11 +5,11 @@ html {
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;
--scrollbarBG: #CFD8DC; --scrollbarBG: #CFD8DC00;
--thumbBG: #90A4AE; --thumbBG: #90A4AE00;
} }
body::-webkit-scrollbar { body::-webkit-scrollbar {
width: 11px; width: 0px;
} }
body { body {
scrollbar-width: thin; scrollbar-width: thin;