Last active
March 31, 2019 21:38
-
-
Save christianmagill/5cae88eb844732c00292e18ada36d138 to your computer and use it in GitHub Desktop.
Fixes page jump issue with Foundation 6 Reveal component.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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