Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为一个项目使用SimpleModal。但是当simplemodal对话框高度大于文档高度时,我面临一个问题,它不可滚动。它是从底部切开的。
我搜索了它,但没有任何效果。
任何帮助表示赞赏:)
检查这是不是你想要的...
jQuery(function ($) { $('#basic-modal .basic').click(function (e) { $('#basic-modal-content').modal(); $("#simplemodal-container").css({ 'position' : 'absolute'}); $(".simplemodal-wrap").removeAttr('style'); return false; }); });
谢谢