Code used in this page

.overlay {
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
}
.pointer-events-none {
	pointer-events: none;
}