From 80d4e65a811bcaf8372a4f4985c814929ddaea5e Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 10 Nov 2025 10:53:38 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08006=20-=20Make=20CKEditor=20dropdowns?= =?UTF-8?q?=20visible=20when=20colliding=20with=20an=20input=20in=20the=20?= =?UTF-8?q?backoffice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/vendors/ckeditor/_overloads.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/backoffice/vendors/ckeditor/_overloads.scss b/css/backoffice/vendors/ckeditor/_overloads.scss index 989841178..95ac0c0e4 100644 --- a/css/backoffice/vendors/ckeditor/_overloads.scss +++ b/css/backoffice/vendors/ckeditor/_overloads.scss @@ -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;