💄 scroll

This commit is contained in:
Vanessa 2022-10-15 14:02:45 +08:00
parent 096e8166e9
commit fa17e26174

View file

@ -1,6 +1,6 @@
::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 10px;
height: 10px;
}
::-webkit-scrollbar-corner {
@ -9,9 +9,9 @@
::-webkit-scrollbar-thumb {
box-sizing: content-box;
border: 3px solid transparent;
border-radius: 4px;
box-shadow: inset 0 0 4px 4px var(--b3-scroll-color);
border: 4px solid transparent;
border-radius: 5px;
box-shadow: inset 0 0 5px 5px var(--b3-scroll-color);
&:hover {
border-width: 1px;