N°7552 - Fix CKEditor sources not being scrollable in fullscreen

This commit is contained in:
Stephen Abello
2024-07-22 11:00:54 +02:00
parent 06124a0d94
commit 0ede0719c5
5 changed files with 28 additions and 23 deletions

View File

@@ -101,6 +101,11 @@ $ibo-vendors-ckeditor--ck-color-image-caption-text: $ibo-color-grey-900 !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;
}
/* Highlight JS */
.hljs {
padding: $ibo-vendors-highlightjs--padding !important;