Fix height for horizontal scrollbar

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij 2017-06-08 19:27:32 +02:00 committed by GitHub
parent 3384c5fb70
commit cf83729873
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 {