/* Portal shared asset scaffold */
:root {
  --portal-mobile-tabbar-height: 76px;
  --portal-mobile-sheet-offset: calc(var(--portal-mobile-tabbar-height) + env(safe-area-inset-bottom, 0px));
}

html.portal-mobile-more-open,
body.portal-mobile-more-open {
  overflow: hidden !important;
}
