Merge pull request #12698 from nextcloud/6275-fix-sidebar-width

I changed the width of the srollbar to make it a bit bigger
This commit is contained in:
Morris Jobke 2018-11-28 19:38:03 +01:00 committed by GitHub
commit 3ea7fa19d5
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;
}