removed scrollbar brcause we don't need it
This commit is contained in:
parent
05b6021ec2
commit
bc726a847d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user