This commit is contained in:
Vanessa 2023-03-14 15:18:53 +08:00
parent c888c62029
commit d5c924c78c

View file

@ -17,9 +17,9 @@
&::-webkit-scrollbar-thumb {
box-sizing: content-box;
border: 1.5px solid transparent;
border: 2px solid transparent;
border-radius: 5px;
box-shadow: inset 0 0 2px 2px var(--b3-scroll-color);
box-shadow: inset 0 0 2.5px 2.5px var(--b3-scroll-color);
&:hover {
border-width: 0.5px;