Skip to content

Commit

Permalink
fix scrollbar color & size
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Oct 8, 2022
1 parent cbb7e51 commit 32472e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/* width */
.vf-selector-area::-webkit-scrollbar {
width: 10px;
width: 12px;
}

/* Track */
Expand All @@ -25,12 +25,12 @@
}
/* Handle */
.vf-selector-area::-webkit-scrollbar-thumb {
@apply bg-gray-200 dark:bg-slate-600;
@apply bg-gray-200 dark:bg-slate-700;
}

/* Handle on hover */
.vf-selector-area::-webkit-scrollbar-thumb:hover {
@apply bg-gray-300 dark:bg-slate-700;
@apply bg-gray-300 dark:bg-slate-600;
}

.vf-selector-area::-webkit-scrollbar-corner {
Expand Down

0 comments on commit 32472e4

Please sign in to comment.