Skip to content

Commit

Permalink
style: improve scrollbar appearance
Browse files Browse the repository at this point in the history
- Remove commented code for scrollbar track background
- Adjust scrollbar track styling for better visual consistency
  • Loading branch information
EvanNotFound committed Oct 19, 2024
1 parent bc69494 commit c25282b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/css/common/basic.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ redefine-mobile()
background-clip content-box
border 3px solid transparent

// Hide the background of the scrollbar track
&::-webkit-scrollbar-track
background-color var(--scroll-bar-bg-color)
border 1px solid var(--shadow-color-1)
Expand Down

0 comments on commit c25282b

Please sign in to comment.