Skip to content

Commit

Permalink
fix: srcollbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Dec 17, 2019
1 parent c4dad06 commit 288a00d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/scss/_common/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,14 @@ a {
}

::-webkit-scrollbar {
width: 6px;
height: 4px;
width: 0.4em;
height: 0.2em;
}
::-webkit-scrollbar-track {
background-color: var(--color-bg);
}
::-webkit-scrollbar-thumb {
background-color: var(--color-contrast-low);
border-radius: 1em;
&:hover {
background-color: alpha(var(--color-primary), 0.5);
}
Expand Down

0 comments on commit 288a00d

Please sign in to comment.