body, html {
	height: 100%;
	overflow: hidden;
	overscroll-behavior-x: none;
}

#page {
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh) * 100);
	overflow-y: auto;
	scrollbar-width: none;
}