
@import (reference) '../../styles/variables';

.jodit_fullsize-box_true {
	position: static !important;
	z-index: var(--z-index-full-size) !important;
	overflow: visible !important;

	html&,
	body& {
		overflow: hidden !important;
		width: 0 !important;
		height: 0 !important;
	}

	html& {
		position: fixed !important;
	}
}

.jodit_fullsize {
	position: absolute;
	z-index: var(--z-index-full-size);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none !important;

	.toolbar {
		width: 100% !important;
	}

	.jodit_editor,
	.jodit__area {
		height: 100%;
	}
}
