increase top padding of the editor
mellbacon committed
May 16, 2023 at 14:58 UTC
c3906102409b92add34913a3613bd3e5a00e0663
1 file changed
+1
-1
src/lib/Editor.svelte
+1
-1
@@ -66,7 +66,7 @@
66
line-height: 1.3 !important;
67
overflow-y: overlay;
68
overflow-x: overlay !important;
69
- padding-top: 3px;
69
+ padding-top: 7px;
70
&::-webkit-scrollbar {
71
width: 5px;
72
height: 5px;