/* Fix: Remove duplicate scroll from main element
 * Main should not have its own scroll - use body/html scroll instead
 */
main {
    overflow-y: visible !important;
    height: auto !important;
    max-height: none !important;
}

