mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
feat(scrollbar): update border
default chrome scrollbar is terrible
This commit is contained in:
parent
4dc18643c5
commit
69e0cc3323
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
border: 4px solid rgba(0, 0, 0, 0);
|
border: 6px solid rgba(0, 0, 0, 0);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
background-color: #AAAAAA;
|
background-color: #AAAAAA;
|
||||||
|
|
Loading…
Reference in a new issue