mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 22:08:44 +02:00
N°7552 - Correctly define custom z-index for CKEditor
This commit is contained in:
2
js/ckeditor/build/ckeditor.js
vendored
2
js/ckeditor/build/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user