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