我使用html代码包括1个菜单到所有页面并且有问题菜单outscreen
html body
<body data-smooth-scroll-offset="77">
<div id="menu"></div>
.
.
<script>
$(function () {
$("#footer").load("footer.html")
$("#menu").load("navigation-bar.html")
})
</script>
</body>