/*
 * Keep the mobile navigation scrollable when an Avada submenu is expanded.
 *
 * Avada already makes .off-canvas-content the scrolling element. Its direct
 * flex child can shrink to the viewport height, however, so overflowing menu
 * items are painted outside it without increasing its scrollHeight.
 */
#awb-oc-62005 .off-canvas-content {
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-y: contain;
	touch-action: pan-y;
}

#awb-oc-62005 .off-canvas-content > .fusion-fullwidth {
	flex-shrink: 0 !important;
	height: auto !important;
	min-height: 100%;
}
