You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
231 B
19 lines
231 B
2 years ago
|
.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;
|
||
|
}
|