Skip to content
Snippets Groups Projects
Commit 60e9f54f authored by Tony Cabaye's avatar Tony Cabaye Committed by Florent Torregrosa
Browse files

Issue #3509402 by tocab, grimreaper, laetitia_al: Fix CKE5 z-index for modal integration.

parent 698658ab
No related branches found
No related tags found
1 merge request!274fix: ckeditor ballons zindex for bootstrap modals
Pipeline #440666 passed
/**
* CKEditor5 Bootstrap compatibility.
*
* @see https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/css.html#bootstrap-modals
*/
/**
* Configure the z-index of the editor UI, so when inside a Bootstrap
* modal, it will be rendered over the modal (for example, balloons).
*/
:root {
--ck-z-default: 100 !important;
}
/**
* CKEditor5 theme override, this can be enabled with the ui_skins module
* in this theme settings.
* CKEditor5 theme override.
*
* The theme selection is possible with the UI Skins module in this theme
* settings.
*
* @see https://ckeditor.com/docs/ckeditor5/latest/framework/deep-dive/ui/theme-customization.html
*/
[data-bs-theme="light"],
......
......@@ -29,6 +29,7 @@ libraries:
- ui_suite_bootstrap/form
ckeditor5-stylesheets:
- assets/css/ckeditor5/ckeditor5-bootstrap.css
- assets/css/ckeditor5/ckeditor5-theme.css
libraries-override:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment