Fix overflow in KCL command palette input (#5559)

Closes #4719.
This commit is contained in:
Frank Noirot
2025-02-27 15:18:32 -05:00
committed by GitHub
parent b31786c9ab
commit 850c5c62d1

View File

@ -1,5 +1,6 @@
.editor {
@apply text-base flex-1;
@apply text-base flex-1 overflow-auto;
scrollbar-width: thin;
}
.editor :global(.cm-editor) {