N°9807 - Polishing CKEditor for iTop 3.3.0-beta1

- apply overflow auto to ck-source-editing-area via ckeditor build
This commit is contained in:
Benjamin DALSASS
2026-07-17 14:15:49 +02:00
parent bee9991c31
commit 09fb87c961

View File

@@ -84,11 +84,6 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
}
}
// N°7552 Allow source editing area to be scrollable in full screen
.ck-maximize_editor_main .ck-source-editing-area textarea{
overflow: auto !important;
}
/* Mentions */
.ck-mentions {
.ck-button {