diff options
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 4edb29a8c6e..a429d55560e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -73,13 +73,14 @@ body { /* SCROLLING */ ::-webkit-scrollbar { - width: 8px; + width: 5px; } ::-webkit-scrollbar-track-piece { background-color: transparent; } ::-webkit-scrollbar-thumb { background: #ddd; + border-radius: 3px; } /* Searchbox */ |