/*!
 * V4Fire Client Core
 * https://github.com/V4Fire/Client
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Client/blob/master/LICENSE
 */

$p = {
	helpers: true
}

i-lock-page-scroll
	if $p.helpers
		&-lock-scroll-mobile-true
			size 100%
			overflow hidden

		&-lock-scroll-mobile-true body
			position fixed
			width 100%
			overflow hidden

		&-lock-scroll-desktop-true body
			overflow hidden
