mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7552 - Fix CKEditor sources not being scrollable in fullscreen
This commit is contained in:
5
css/backoffice/vendors/_ckeditor.scss
vendored
5
css/backoffice/vendors/_ckeditor.scss
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user