/* Shared scroll lock — splash, mobile mega sheet, search modal */

html.ausbia-scroll-locked,
body.ausbia-scroll-locked {
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.ausbia-scroll-locked {
	position: fixed !important;
	width: 100%;
	left: 0;
	right: 0;
}

[data-ausbia-scroll-allow] {
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}
