Merge pull request #5307 from artemanufrij/master

Fix height for horizontal scrollbar
This commit is contained in:
Jan-Christoph Borchardt 2017-06-09 16:39:55 +02:00 committed by GitHub
commit 35eaae4209
1 changed files with 1 additions and 0 deletions

View File

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