christianmagill
10/26/2016 - 6:46 PM

Fixes page jump issue with Foundation 6 Reveal component.

Fixes page jump issue with Foundation 6 Reveal component.

body.is-reveal-open {
  overflow: visible;
}

.reveal-overlay {
  overflow-y: hidden;
}