/* Topbar is a flex sibling of page content; without z-index
   overflowing dropdowns paint under dashboard widgets. */
.filament-main-topbar {
    position: relative;
    z-index: 10;
}
