body .g-BodyOverlay {
  position: fixed;
}

body.js-modal-active .g-BodyOverlay {
  opacity: 1;
  pointer-events: auto;
}
