Merge pull request #5307 from artemanufrij/master

Fix height for horizontal scrollbar
pull/5323/head
Jan-Christoph Borchardt 9 years ago committed by GitHub
commit 35eaae4209
  1. 1
      core/css/styles.scss

@ -157,6 +157,7 @@ body {
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track-piece {

Loading…
Cancel
Save