Skip to content

Commit

Permalink
fix(theme): set scrollbars corner color (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmfKupl authored Nov 12, 2021
1 parent ed8cd04 commit 1447b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/framework/theme/styles/core/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
background: $bg;
}

&::-webkit-scrollbar-corner {
background: $bg;
}

// TODO: remove
// For Internet Explorer
scrollbar-face-color: $fg;
Expand Down

0 comments on commit 1447b15

Please sign in to comment.