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:
commit
3ea7fa19d5
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ body {
|
|||
/* SCROLLING */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
width: 9px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue