Skip to content

Commit

Permalink
CSS fix controls in detached editor
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Dec 2, 2024
1 parent b1fb5fa commit 936ac9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/src/style/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit 936ac9e

Please sign in to comment.