N°8006 - Make CKEditor dropdowns visible when colliding with an input in the backoffice

This commit is contained in:
Stephen Abello
2025-11-10 10:53:38 +01:00
parent 4a9a85458d
commit 80d4e65a81

View File

@@ -46,6 +46,7 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
.ck-editor {
width: 100% !important; /* Force editor to always take its container full width (not less, not more) */
display: inline-grid; /* Force editor to always take its container full width (not less, not more) */
z-index: 1;
.ck-editor__main {
overflow: auto;