UNPKG

foundation-sites

Version:

The most advanced responsive front-end framework in the world.

57 lines (55 loc) 1.72 kB
<!doctype html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Foundation for Sites Testing</title> <link href="../assets/css/foundation.css" rel="stylesheet" /> </head> <body> <div class="grid-container"> <div class="grid-x grid-padding-x"> <div class="cell"> <button class="button" data-toggle="contact-modal">Open testcase</button> <p>Testcase taken from https://get.foundation/forum/posts/38459-f6-reveal-modal-suggestions.</p> <p>When the reveal is open, it should scroll but body no</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <p>Scroll</p> <div class="full reveal" id="contact-modal" data-reveal> <p>OH I'M SO FUUUUL</p> <img src="http://placekitten.com/1920/1280" alt="Intropsective Cage"> <button class="close-button" data-close aria-label="Close reveal" type="button"> <span aria-hidden="true">&times;</span> </button> </div> </div> </div> </div> <script src="../assets/js/vendor.js"></script> <script src="../assets/js/foundation.js"></script> <script> $(document).foundation(); </script> </body> </html>