body{
	overflow-y: auto;
}

.CONTENTS{
	position: absolute;
	top: 0px;
	left: 0px;

	transform: translate(0%, 0%);

	width: calc(100vw - 25px);
	min-width: 0px;
	min-height: 100vh;
	height: fit-content;

	overflow: hidden;
}