MDL-80544 core_h5p: Add core lib changes after upgrading it
[moodle.git] / h5p / h5plib / v124 / joubel / editor / ckeditor / plugins / dialog / styles / dialog.css
blob9fbcaba3e5ab5f34273ae5d46f0704f608e11f9a
1 .cke_dialog_open {
2 overflow: hidden;
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;
16 .cke_dialog_body {
17 position: relative;