Skip to content

Commit

Permalink
fix: height of custom scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianze committed Nov 19, 2020
1 parent ca491a7 commit e5413c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@mixin scroll-bar($color: rgba(0, 0, 0, 0.3)) {
&::-webkit-scrollbar {
width: 4px;
height: 4px;
}
&::-webkit-scrollbar-thumb {
background-color: $color;
Expand Down

0 comments on commit e5413c4

Please sign in to comment.