From 8956328363106fef0c20263babf46a34e6ea09fb Mon Sep 17 00:00:00 2001 From: JL102 Date: Thu, 27 Apr 2023 22:27:48 -0400 Subject: Stopped scrollbar being hidden by rounded corners * 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 --- core/css/apps.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 44857f27663..2e647b18620 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -728,6 +728,10 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width - } } } + + &::-webkit-scrollbar-button { + height: var(--body-container-radius); + } } /* APP-SIDEBAR ------------------------------------------------------------ */ -- cgit v1.2.3