:host {
	display: inline-block;
	height: 100%;
}

:host([is-overflowed]) ::slotted(*) {
	width: 100%;
}