style: added padding to bottom of editor
mellbacon committed
Jun 24, 2023 at 19:30 UTC
1ad7e41b8a2116c60f907a2a074f16ed9a81529c
1 file changed
+1
-1
src/lib/Editor.svelte
+1
-1
@@ -149,7 +149,7 @@
149
}
150
}
151
:global(.cm-content) {
152
- padding: 0 !important;
152
+ padding: 0 0 200px 0 !important;
153
}
154
:global(.cm-lineNumbers), :global(.cm-gutterElement) {
155
min-width: 50px !important;