/* Shared page scroll behavior for JoinContest standalone shells. */
html {
	overflow-x: clip;
	overflow-y: auto;
	overscroll-behavior-x: none;
	touch-action: pan-y;
}

body {
	overflow-x: clip;
	overflow-y: visible;
	overscroll-behavior-x: none;
}
