style: made scrollbar size bigger
mellbacon committed
May 21, 2023 at 11:59 UTC
c9aa7ae24e524622620990d08591401af0ee5246
1 file changed
+3
-4
src/lib/Editor.svelte
+3
-4
@@ -129,18 +129,17 @@
129
}
130
:global(.cm-editor),
131
:global(.cm-wrap) {
132
- cursor: text;
132
height: 100%;
133
}
134
:global(.cm-scroller) {
135
font-size: 14px !important;
136
line-height: 1.3 !important;
137
+ padding-top: 7px;
138
overflow-y: overlay;
139
overflow-x: overlay !important;
140
- padding-top: 7px;
140
&::-webkit-scrollbar {
142
- width: 5px;
143
- height: 5px;
141
+ width: 10px;
142
+ height: 10px;
143
}
144
&::-webkit-scrollbar-thumb {
145
border-radius: 20px;