mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 21:54:13 +01:00
19 lines
231 B
CSS
19 lines
231 B
CSS
.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;
|
|
}
|