Skip to content

Instantly share code, notes, and snippets.

@christianmagill
Last active March 31, 2019 21:38
Show Gist options
  • Save christianmagill/5cae88eb844732c00292e18ada36d138 to your computer and use it in GitHub Desktop.
Save christianmagill/5cae88eb844732c00292e18ada36d138 to your computer and use it in GitHub Desktop.
Fixes page jump issue with Foundation 6 Reveal component.
body.is-reveal-open {
overflow: visible;
}
.reveal-overlay {
overflow-y: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment