嗨,我遇到了 Bootstrap 3 modals 和 jquery.mCustomScrollbar 的问题。我有 6 个页面都带有模式,并且我已经为引导模式滚动条实现了 jquery.mCustomScrollbar。我遇到的问题是 jquery.mCustomScrollbar 出现在两个模态上,而其余的模态 jquery.mCustomScrollbar 没有出现。
这是我的引导 css 代码:
.modal-body {position: relative;padding: 20px;max-height: 250px;overflow:auto;}
这是我的js代码:
$(".modal-body").mCustomScrollbar({advanced:{updateOnContentResize: true}});
无法弄清楚为什么jquery.mCustomScrollbar
正在研究两种模式而不是其他模式?感谢任何帮助,谢谢!