@@ -223,6 +223,7 @@ a {
.content {
width: 100%;
padding-left: 264px;
+ overflow: hidden;
}
.content-inner {
@@ -35,7 +35,7 @@
<div class="content home-content">
- <iframe id="myFrame" src="/gallery" style="width: 100%; height: 99%; border: none;overflow: hidden;" />
+ <iframe id="myFrame" src="/gallery" style="width: 100%; height: 100%; border: none;overflow: hidden;" />
</div><!-- end home-content -->
</div><!-- end home -->
</main>