使用具有 HTML 的 Internet Explorer 中的 autofocus 時,模態中游標放置出現問題
要解決此問題,請使用以下方法
.modal.fade { transition:opacity .3s linear; }
您還可以強制模態淡入而不滑動來解決此問題。
windowClass: 'modal fade in'
廣告
要解決此問題,請使用以下方法
.modal.fade { transition:opacity .3s linear; }
您還可以強制模態淡入而不滑動來解決此問題。
windowClass: 'modal fade in'