Beginnings of Header Editor

This commit is contained in:
Gregory Schier
2023-03-03 13:18:57 -08:00
parent c1be46a539
commit 87c7b3a663
9 changed files with 143 additions and 46 deletions

View File

@@ -25,7 +25,7 @@
text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
.cm-editor .cm-scroller {
.cm-multiline .cm-editor .cm-scroller {
@apply rounded-lg bg-gray-50;
}