From 874da0b8e10d94f4af29cb088fe9b8d96583d950 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Tue, 12 Nov 2019 10:13:52 -0700 Subject: [PATCH] SHIBUI-1615 Fixed contenteditable overflow --- ui/src/theme/forms.scss | 3 +++ 1 file changed, 3 insertions(+) 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) {