aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorJL102 <jordanlees@mailbox.org>2023-04-27 22:27:48 -0400
committerJL102 <jordanlees@mailbox.org>2023-04-27 22:29:23 -0400
commit8956328363106fef0c20263babf46a34e6ea09fb (patch)
tree3440d8219cf1e161fdbc1ce10c79e3feaff2abb1 /core/css/apps.scss
parent0d60f4447349858940074d66befe94c5b1503a5c (diff)
downloadnextcloud-server-8956328363106fef0c20263babf46a34e6ea09fb.tar.gz
nextcloud-server-8956328363106fef0c20263babf46a34e6ea09fb.zip
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 <jordanlees@mailbox.org>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss4
1 files changed, 4 insertions, 0 deletions
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 ------------------------------------------------------------ */