// --------------------------------------------------
// This file contains all scroll style.
// --------------------------------------------------

html:not(.has-scroll-init) {
	cursor: wait;
	overflow: hidden;
}

html.has-scroll-smooth {
	overflow: hidden;
}

html.has-scroll-dragging {
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

#js-scroll {
	width: 100vw;
	overflow: hidden;
}

.has-scroll-smooth #js-scroll {
	position: relative;
}
