/*
 * Bitigçi navigation follows the normal document flow on every surface.
 * Functional overlays, dialogs, notifications and sticky table headers are
 * deliberately outside this selector list.
 */
:where(
  body > header.sticky,
  body > div.sticky,
  #adminConsole > div.sticky,
  header.sticky,
  .topbar,
  .member-header,
  .site-header,
  .article-app-header,
  .im-header,
  .masthead
),
:where(
  nav.sticky,
  .admin-tabbar,
  .section-nav,
  .ssg-toc,
  .cs-toc,
  .sv-toc,
  .btg-toc,
  .gi-toc,
  .cg-toc,
  .ency-toc,
  .bg-tabs-shell,
  .os-tabs-shell,
  .mg-tabs-shell,
  .workspace > aside
) {
  position: static !important;
  top: auto !important;
  right: auto;
  bottom: auto;
  left: auto;
}
