/**
 * @file
 * Page chrome for the map tool pages (biopama_libraries/tool-page).
 *
 * Moved verbatim from Conservation Tracking's ct_main.css and ct_menu.css,
 * where a feature module was restyling the whole page. tool-page loads on
 * the map pages (and the country/PA reporting pages, which already got these
 * rules through CT), and a library's own files come after its dependencies,
 * so these rules keep the cascade position they had.
 */

/* The page scroll lock only where the sidebar and the map share the
   viewport side by side; below lg they stack (css/toolPage.css) and the page
   must scroll. */
@media (min-width: 992px) {
  html {
    overflow: hidden;
  }
}

/* Nothing else sets the navbar's margin-bottom. */
.navbar {
  margin-bottom: 0;
}

/* Tooltips are appended to body, so this cannot be scoped to the tool root. */
.tooltip.bs-tooltip-auto {
  pointer-events: none;
}
