Update scroll stayle

This commit is contained in:
khatabwedaa 2021-10-01 09:10:13 +02:00
parent 282f45824e
commit 6483c353f6

View file

@ -1,14 +1,19 @@
[v-cloak] {
display: none
}
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 7px; width: 16px;
height: 7px; height: 12px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: #2d3748; background: transparent;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #cbd5e0; background: rgba(0,0,0,0.2);
border-radius: 50px;
border: 4px solid #fff;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {