N°7552 - Correctly define custom z-index for CKEditor

This commit is contained in:
Stephen Abello
2024-07-04 15:57:23 +02:00
parent 39853d4949
commit 6c02dd75fa
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -19,6 +19,8 @@
--ck-icon-size: 1.3rem;
--ck-z-default: 9999;
--ck-z-panel: calc( var(--ck-z-default) + 999 );
--ck-z-dialog: calc( var(--ck-z-panel) + 9999 );
/* Custom variables overloaded by backoffice or portals */
--ck-text-tiny-font-size: 0.7rem;