Skip to content

Commit

Permalink
fix(theme): scrollbars color in IE (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryb authored and lexzhukov committed Nov 27, 2017
1 parent e43faac commit b5b500c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/framework/theme/styles/core/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@

// TODO: remove
// For Internet Explorer
body {
scrollbar-face-color: $fg;
scrollbar-track-color: $bg;
}
scrollbar-face-color: $fg;
scrollbar-track-color: $bg;
}

@mixin nb-radial-gradient($color-1, $color-2, $color-3) {
Expand Down

0 comments on commit b5b500c

Please sign in to comment.