diff --git a/ui/src/style/forms.scss b/ui/src/style/forms.scss index 5b1b82bc51..9a65f7e50f 100644 --- a/ui/src/style/forms.scss +++ b/ui/src/style/forms.scss @@ -106,13 +106,17 @@ } .ck-editor-body-detached .ck-body-wrapper .ck-balloon-panel[data-main-toolbar] { + z-index: calc($properties-panel-rich-text-container-z-index + 2) !important; right: 150px !important; left: auto !important; top: auto !important; bottom: calc(100vh - 100px) !important; width: calc(100vw - 300px) !important; display: block; - overflow: auto; + + &::before, &:after { + display: none; + } } .ck-editor-body-detached .ck-body-wrapper .ck-balloon-panel:not(.ck-powered-by-balloon):not([data-main-toolbar]) {