简体   繁体   English

关闭画布菜单无法填充页面的整个高度

[英]Off canvas menu not filling entire height of page

I have a site that is using an off canvas menu for the navigation. 我有一个网站使用非画布菜单进行导航。 When you click on the boat house link, it slides out anther layer with a really long list. 当您单击船屋链接时,它会滑出另一个非常长的列表。 One this layer the background color does not extend all the way to the bottom. 在这一层中,背景颜色不会一直延伸到底部。 I have the HTML and body tag both set to 100% as well as the menu itself set to 100% . 我将HTMLbody标记设置为100% ,菜单本身设置为100% Any help would be greatly appreciated. 任何帮助将不胜感激。

Here is the link to the site: http://shoreline.gonzbergagency.com/ 以下是该网站的链接: http//shoreline.gonzbergagency.com/

Add the background color to the nav menu ul: 将背景色添加到导航菜单ul:

.mp-menu ul {
    background-color: #002e5f;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM