/**
 * Fix global scroll issue
 */
html,
body,
#page,
#content,
.site-content,
.elementor,
.elementor-location-archive {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
