/* Force all view sections to take full width and remove right alignment */
div[id^="view-"] {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

/* Force Export Dropdown to float above everything */
#exportDropdown {
    z-index: 100 !important;
    overflow: visible !important;
}