/* Keep the portal header fully visible while the document scrolls.
   `overflow: hidden` on .site-shell creates a containing scroll box that
   prevents the existing sticky header from sticking in Chromium. */
.portal-page .site-shell {
  overflow-x: clip;
  overflow-y: visible;
}

.portal-page {
  overscroll-behavior-y: none;
}

