Fix mobile menu and reduced sidebar height

This commit is contained in:
Eden Halperin 2013-11-07 18:15:19 -05:00
parent 3689798a04
commit 3f26761a26
2 changed files with 5 additions and 1 deletions

View file

@ -134,4 +134,8 @@ $(document).ready(function () {
$("#menu-icon").on("click", function() {
$("header").toggleClass("closed");
});
$("nav.primary li a").on("click", function() {
$("header").toggleClass("closed");
});
});

View file

@ -95,7 +95,7 @@ nav.secondary {
width: 100%;
position: fixed;
top: 58px;
height: 370px;
height: 240px;
overflow-x: hidden;
z-index: 1;
background: #fff;