game/inx/ckeditor/plugins/dialog/styles/dialog.css

19 lines
231 B
CSS
Raw Normal View History

2022-12-19 20:22:19 +00:00
.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;
}