Skip to content

Commit

Permalink
fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjo committed May 6, 2016
1 parent e4583b3 commit ed7f75e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8">
<title>rowGrid.js Example</title>
<style>
body {
overflow-y: scroll;
}

/* clearfix because of floats */
.container:before,
.container:after {
Expand Down Expand Up @@ -171,4 +175,4 @@ <h1><a href="https://github.com/brunjo/rowGrid.js">rowGrid.js Example</a></h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit ed7f75e

Please sign in to comment.