We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb0ee1 commit 87d91c3Copy full SHA for 87d91c3
core/css/styles.scss
@@ -154,28 +154,6 @@ body {
154
}
155
156
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
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
179
180
/* SELECTION */
181
0 commit comments