Fix mobile menu and reduced sidebar height
This commit is contained in:
parent
3689798a04
commit
3f26761a26
2 changed files with 5 additions and 1 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
|
@ -95,7 +95,7 @@ nav.secondary {
|
|||
width: 100%;
|
||||
position: fixed;
|
||||
top: 58px;
|
||||
height: 370px;
|
||||
height: 240px;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
background: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue