Merge pull request #5307 from artemanufrij/master
Fix height for horizontal scrollbar
This commit is contained in:
commit
35eaae4209
|
@ -157,6 +157,7 @@ body {
|
|||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
|
|
Loading…
Reference in New Issue