.editor-editor-interface .entities-saved-states__panel-header {
	height: $header-height + $border-width;
}

.editor-editor-interface .interface-interface-skeleton__content {
	// Make this a stacking context to contain the z-index of children elements.
	isolation: isolate;
}

.editor-visual-editor {
	// Fits the height to the parent — flex-shrink ensures it doesn’t create overflow.
	flex: 1 1 0%;
}
