Browse Source

Fixed height of nicescroll bars.

pull/16/head
Simon Eisenmann 11 years ago
parent
commit
b826f6c5b5
  1. 1
      src/styles/global/_nicescroll.scss

1
src/styles/global/_nicescroll.scss

@ -20,6 +20,7 @@
*/ */
.nicescroll::-webkit-scrollbar { .nicescroll::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px;
background-color: $background; background-color: $background;
border: solid transparent; border: solid transparent;
} }

Loading…
Cancel
Save