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
1 changed files with 3 additions and 3 deletions

View File

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