moveBackground (boolean)

Whether or not the page should inherit the background of the body when the menu opens.

Default value: true.


Code example:

$("#my-menu").mmenu({
   moveBackground: false
});