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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -