UNPKG
ckeditor4
Version:
latest (4.25.1)
4.25.1
4.25.0
4.24.0
4.23.0
4.22.1
4.22.0
4.21.0
4.20.2
4.20.1
4.20.0
4.19.1
4.19.0
4.18.0
4.17.2
4.17.1
4.17.0
4.16.2
4.16.1
4.16.0
4.15.1
4.15.0
4.14.1
4.14.0
4.13.1
4.13.0
JavaScript WYSIWYG web text editor.
ckeditor.com/ckeditor-4/
ckeditor/ckeditor4-releases
ckeditor4
/
plugins
/
dialog
/
styles
/
dialog.css
19 lines
(16 loc)
•
249 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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; }