Merge pull request #12712 from nextcloud/backport/12698/stable15

[stable15] I changed the width of the srollbar to make it a bit bigger
This commit is contained in:
Morris Jobke 2018-11-28 23:06:29 +01:00 committed by GitHub
commit 68d24c829a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ body {
/* SCROLLING */
::-webkit-scrollbar {
width: 5px;
width: 9px;
height: 5px;
}