mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
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
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