.overflow-y-auto.min-h-\[7rem\].max-h-\[30vh\] {
	min-height: 320px !important;
	max-height: none !important;
	height: auto !important;
}

[contenteditable="true"],
.ProseMirror,
textarea {
	min-height: 300px !important;
	height: 300px !important;
	max-height: none !important;
}
