/* Global fixes and cross-theme overrides */

/* Ensure navbar and its dropdowns render above page content across all themes */
.navbar,
.theme-retro .navbar,
.theme-2000s .navbar,
.theme-space .navbar {
  position: relative;
  z-index: 1040; /* above panels/cards; below modals */
  overflow: visible; /* don’t clip dropdowns */
}

/* Extra safety to keep menus on top within the navbar stacking context */
.navbar .dropdown-menu {
  z-index: 1050;
}

