Skip to content

Commit

Permalink
increased scrollbar width/height to fix problems with grabbing scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Oct 14, 2024
1 parent 2baffe7 commit 674cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/scrollbars.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
::-webkit-scrollbar {
width: 4px;
height: 4px;
width: 9px;
height: 9px;
}
::-webkit-scrollbar-track {
background: transparent;
Expand Down

0 comments on commit 674cf99

Please sign in to comment.