diff --git a/js/mlpushmenu.js b/js/mlpushmenu.js index 699b754..464ffa9 100644 --- a/js/mlpushmenu.js +++ b/js/mlpushmenu.js @@ -202,7 +202,7 @@ }, // close the menu _resetMenu : function() { - this._setTransform('translate3d(0,0,0)'); + this._setTransform('none'); this.level = 0; // remove class mp-pushed from main wrapper classie.remove( this.wrapper, 'mp-pushed' ); @@ -240,4 +240,4 @@ // add to global namespace window.mlPushMenu = mlPushMenu; -} )( window ); \ No newline at end of file +} )( window );