style: increased scrollbar size
mellbacon committed
May 21, 2023 at 14:08 UTC
cfe47b3ee0a861713ac62b2872ddcb182368bfad
1 file changed
+2
-2
src/lib/Editor.svelte
+2
-2
@@ -138,8 +138,8 @@
138
overflow-y: overlay;
139
overflow-x: overlay !important;
140
&::-webkit-scrollbar {
141
- width: 10px;
142
- height: 10px;
141
+ width: 12px;
142
+ height: 12px;
143
}
144
&::-webkit-scrollbar-thumb {
145
border-radius: 20px;