html, body {
    height: auto !important;
    overflow: visible !important;
}

body {
    min-height: 100vh !important;
    overflow-y: scroll !important; /* Forces vertical scrolling */
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
html, body {
    height: auto !important;
    overflow: visible !important;
}

body {
    min-height: 100wh !important;
    overflow-y: scroll !important; /* Forces vertical scrolling */
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.gallery-content {
    margin-left: 0 !important; /* Forces it to align correctly */
}
.sidebar {
    width: 10% !important; /* Adjust if needed */
}
