/*
 * Stability Foundation shell rules.
 * Keep lifecycle and browser-behavior protections out of the legacy visual
 * cascade so they can be removed with the old shell.
 */

[data-psg-app] {
  overscroll-behavior-y: contain;
}

[data-psg-app] .psg-pull-refresh {
  display: none !important;
}

[data-psg-app] .psg-view {
  min-height: 0;
}

html.psg-community-open,
body.psg-community-open {
  overscroll-behavior: none;
}
