diff --git a/src/components/CommandBar/CommandBarKclInput.module.css b/src/components/CommandBar/CommandBarKclInput.module.css index d413b5e1e..2ba67d010 100644 --- a/src/components/CommandBar/CommandBarKclInput.module.css +++ b/src/components/CommandBar/CommandBarKclInput.module.css @@ -1,5 +1,6 @@ .editor { - @apply text-base flex-1; + @apply text-base flex-1 overflow-auto; + scrollbar-width: thin; } .editor :global(.cm-editor) {