mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°8006 - Make CKEditor dropdowns visible when colliding with an input in the backoffice
This commit is contained in:
@@ -46,6 +46,7 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
|
|||||||
.ck-editor {
|
.ck-editor {
|
||||||
width: 100% !important; /* Force editor to always take its container full width (not less, not more) */
|
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) */
|
display: inline-grid; /* Force editor to always take its container full width (not less, not more) */
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.ck-editor__main {
|
.ck-editor__main {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user