html.with-fancybox {
	width: calc(100% - var(--f-scrollbar-compensate, 0px));
	max-width: 100%;
}

html.with-fancybox body.hide-scrollbar {
	width: 100%;
	max-width: 100%;
}
