/* uradmonitor-navbar/navbar.css
   WordPress-specific overrides for the uRADMonitor unified navbar.
   Load this AFTER dashboard-10/lib/style.css via functions.php.
*/

/* Hide old Bootstrap navbar */
.navbar.navbar-default.navbar-fixed-top { display: none !important; }

/* Fixed positioning — sticky breaks when a parent has overflow:hidden */
#uram-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

/* Spacer reserves the 46px taken by the fixed navbar */
#uram-navbar-spacer {
  height: 46px;
}

/* Critical: [hidden] must override display:flex set by dashboard-10 CSS */
#uram-navbar .d10-ext-dd-menu[hidden] {
  display: none !important;
}
html, body {
  overflow: auto !important;
 /* height: auto !important;*/
}
