]> source.dussan.org Git - nextcloud-server.git/commitdiff
Stopped scrollbar being hidden by rounded corners
authorJL102 <jordanlees@mailbox.org>
Fri, 28 Apr 2023 02:27:48 +0000 (22:27 -0400)
committerJL102 <jordanlees@mailbox.org>
Fri, 28 Apr 2023 02:29:23 +0000 (22:29 -0400)
* I didn't include the compiled apps.css, server.css, etc. because I'm
not sure what the procedure for those autogenerated files are *

Signed-off-by: JL102 <jordanlees@mailbox.org>
core/css/apps.scss

index 44857f27663a5ffeed0f3aa107f55a9734dc5e85..2e647b18620e7aa3ff2705ddbd0acaf48c30f999 100644 (file)
@@ -728,6 +728,10 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
                        }
                }
        }
+       
+       &::-webkit-scrollbar-button {
+               height:  var(--body-container-radius);
+       }
 }
 
 /* APP-SIDEBAR ------------------------------------------------------------ */