1.cke_dialog_open {
2 overflow: hidden;
3}
4
5.cke_dialog_container {
6 position: fixed;
7 overflow-y: auto;
8 overflow-x: auto;
9 width: 100%;
10 height: 100%;
11 top: 0;
12 left: 0;
13 z-index: 10010;
14}
15
16.cke_dialog_body {
17 position: relative;
18}
19