/* Provides overrides to fix scrollbar issues: https://github.com/noelboss/featherlight/issues/374 */
html.with-featherlight {
	/* disable global scrolling when featherlight is visible */
	scrollbar-gutter: stable;
	overflow: inherit;
}
