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

I changed the width of the srollbar to make it a bit bigger
pull/12424/head
Morris Jobke 2018-11-28 19:38:03 +07: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

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