.app {
	display: none;
	position: fixed;
	top: 0;
	inset-inline-start: 0;
	inset-inline-end: unset;
	width: 100%;
	height: 100%;
	
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}