Skip to content

Commit

Permalink
style(global.css): Update horizontal scrollbar thickness to match v…
Browse files Browse the repository at this point in the history
…ertical scrollbars (#382)

- Set scrollbar height to 8px to match horizontal scrollbar thickness with vertical scrollbar thickness
  • Loading branch information
AVGVSTVS96 authored May 31, 2024
1 parent 5812e19 commit 487d844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
::-webkit-scrollbar {
background-color: transparent;
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
Expand Down

0 comments on commit 487d844

Please sign in to comment.