mmenu page always reverts to the top of page -


ive put in standard mmenu when open menu page goes top of page, there anyway stop when menu closed again go same place on page.

any ideas

thanks

i had same issue, able fix removing

height:100%; 

on body , html css wrapper.

i changed css this:

html, body {   height: 100%   width: 100%;   margin: 0px;   padding: 0px; } 

to this:

html, body {   margin: 0px;   padding: 0px; } 

and solved issue me.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -