This article mainly shares with you a solution to the problem that the mui framework page cannot be scrolled (recommended). It has a good reference value and I hope it will be helpful to everyone. Let’s follow the editor to take a look, I hope it can help everyone.
You only need to initialize it mui.init();
Add the following code:
(function($){ $(".mui-scroll-wrapper").scroll({ //bounce: false,//滚动条是否有弹力默认是true //indicators: false, //是否显示滚动条,默认是true }); })(mui);
Related recommendations:
The above is the detailed content of What should I do if the mui frame page cannot be scrolled?. For more information, please follow other related articles on the PHP Chinese website!