/* Fix for white screen issue */
.noscroll {
    overflow: visible !important;
}

#overlay {
    display: none !important;
}

/* Ensure body is visible */
body {
    background-color: #f5f5f5;
    overflow: visible !important;
}