aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/styles.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index de30a8badce..e00af7d0966 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -154,28 +154,6 @@ body {
}
}
-/* SCROLLING */
-
-::-webkit-scrollbar {
- width: 12px;
- height: 12px
-}
-
-::-webkit-scrollbar-corner {
- background-color: transparent;
-}
-
-::-webkit-scrollbar-track-piece {
- background-color: transparent;
-}
-
-::-webkit-scrollbar-thumb {
- background: var(--color-scrollbar);
- border-radius: var(--border-radius-large);
- border: 2px solid transparent;
- background-clip: content-box;
-}
-
/* SELECTION */