All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.org.richfaces.ckeditor.plugins.dialog.styles.dialog.css Maven / Gradle / Ivy

The newest version!
.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;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy