mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
Merge pull request #5307 from artemanufrij/master
Fix height for horizontal scrollbar
This commit is contained in:
commit
35eaae4209
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ body {
|
|||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
|
|
|
|||
Loading…
Reference in a new issue