Skip to content

Commit

Permalink
refactor: update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 9, 2023
1 parent 9180ff6 commit 730ab86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@
}

::-webkit-scrollbar:vertical {
width: 0px;
width: 0;
}

::-webkit-scrollbar:horizontal {
height: 0px;
height: 0;
}

@media (min-width: 640px) {
@media (width >= 640px) {
::-webkit-scrollbar-thumb {
@apply rounded-box bg-primary;
}

::-webkit-scrollbar:vertical {
width: 6px;
}
Expand Down

0 comments on commit 730ab86

Please sign in to comment.