Some more mobile fix
This commit is contained in:
parent
87af21c39e
commit
e2a1e9e47a
@ -21,7 +21,7 @@
|
|||||||
<header>
|
<header>
|
||||||
|
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light white scrolling-navbar">
|
<nav class="navbar fixed-top navbar-expand-lg navbar-light white scrolling-navbar" id="button_menu">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<!-- Brand -->
|
<!-- Brand -->
|
||||||
@ -418,6 +418,8 @@
|
|||||||
$(new_hash).css('display', 'block');
|
$(new_hash).css('display', 'block');
|
||||||
$(new_hash + "_menu").addClass('active');
|
$(new_hash + "_menu").addClass('active');
|
||||||
$(location).prop('hash', new_hash);
|
$(location).prop('hash', new_hash);
|
||||||
|
$("#navbarSupportedContent").removeClass('show');
|
||||||
|
window.scrollTo(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
var hash = $(location).attr('hash');
|
var hash = $(location).attr('hash');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user