Дозаливка
This commit is contained in:
4
inx/ckeditor/plugins/dialog/dialogDefinition.js
Normal file
4
inx/ckeditor/plugins/dialog/dialogDefinition.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
18
inx/ckeditor/plugins/dialog/styles/dialog.css
Normal file
18
inx/ckeditor/plugins/dialog/styles/dialog.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.cke_dialog_open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cke_dialog_container {
|
||||
position: fixed;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10010;
|
||||
}
|
||||
|
||||
.cke_dialog_body {
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user