/* Global Scroll Fix - Override theme scroll issues */
body,
html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 100vh !important;
}
