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!
What are the enterprise erp systems?
The installer cannot create a new system partition solution
What to do if the computer desktop icon cannot be opened
How to delete blank pages in word without affecting other formats
Three commonly used encoding methods
java environment variable configuration
How to learn C# from scratch
js split usage