Skip to content

Commit

Permalink
Avoid horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Mar 15, 2015
1 parent 102e01d commit f215ac4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<link rel="stylesheet" href="cross_browser.css">

<style>
#container {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
}
#index {
height: 100%;
}
Expand Down Expand Up @@ -198,6 +207,7 @@
</style>
</head>
<body>
<div id="container">
<section id="index" data-position="current">
<section data-type="sidebar">
<header>
Expand Down Expand Up @@ -315,6 +325,7 @@ <h1>museaMoz</h1>
</div>
</article>
</section>
</div>

<script type="text/javascript" defer src="js/jquery.js"></script>

Expand Down

0 comments on commit f215ac4

Please sign in to comment.