.taro-iframe-block-wrapper {
	position: relative;

	&::after {
		content: "";
		position: absolute;
		display: block;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.taro-iframe-block-editor {
	padding: 20px;
	background-color: rgba(255, 255, 255, .6);
}
