Skip to content

Commit 87d91c3

Browse files
committed
fix(css): cleanup old scrolling css
1 parent fdb0ee1 commit 87d91c3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

core/css/styles.scss

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,28 +154,6 @@ body {
154154
}
155155
}
156156

157-
/* SCROLLING */
158-
159-
::-webkit-scrollbar {
160-
width: 12px;
161-
height: 12px
162-
}
163-
164-
::-webkit-scrollbar-corner {
165-
background-color: transparent;
166-
}
167-
168-
::-webkit-scrollbar-track-piece {
169-
background-color: transparent;
170-
}
171-
172-
::-webkit-scrollbar-thumb {
173-
background: var(--color-scrollbar);
174-
border-radius: var(--border-radius-large);
175-
border: 2px solid transparent;
176-
background-clip: content-box;
177-
}
178-
179157

180158
/* SELECTION */
181159

0 commit comments

Comments
 (0)