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:
commit
68d24c829a
|
@ -146,7 +146,7 @@ body {
|
|||
/* SCROLLING */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
width: 9px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue