Browse Source

Merge pull request #5307 from artemanufrij/master

Fix height for horizontal scrollbar
tags/v13.0.0beta1
Jan-Christoph Borchardt 7 years ago
parent
commit
35eaae4209
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/styles.scss

+ 1
- 0
core/css/styles.scss View File

@@ -157,6 +157,7 @@ body {

::-webkit-scrollbar {
width: 5px;
height: 5px;
}

::-webkit-scrollbar-track-piece {

Loading…
Cancel
Save