diff --git a/ui/src/theme/forms.scss b/ui/src/theme/forms.scss index 3b0db210f..6891c4210 100644 --- a/ui/src/theme/forms.scss +++ b/ui/src/theme/forms.scss @@ -77,6 +77,9 @@ Json schema form font-family: monospace; min-height: 166px; margin-bottom: 0px; + &[contenteditable] { + overflow: scroll; + } } @media only screen and (max-width: 1200px) {