mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 23:06:09 +01:00
This commit is contained in:
parent
c888c62029
commit
d5c924c78c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue