xref: /webtrees/public/ckeditor-4.15.1-custom/plugins/dialog/styles/dialog.css (revision b43e8d2bb2c20432b6d427f0f5d9a32679a9aa4f)
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