0

We're looking at whether we can specify the container in which the menu will slide in over as currently it slides over the entire page (zposition set to "front") but we'd like to specify a container within the page which it would slide over. Is this possible?

Thanks.

4

1 回答 1

1

从 Fred (mmenu) 那里收到了这个答案:

.mm-menu {
    top: 91px !important;
    height: calc( 100% - 91px ) !important;
    width:320px !important;
}

这让菜单位于顶部,这正是我们想要的。

于 2014-10-08T13:43:30.990 回答