Bootstrap Modal無法使用鼠標滾動。相反,整個網站在後臺滾動。這裏是我的代碼:Bootstrap Modal無法滾動
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
pointer-events: auto;
}
這裏是網址:http://veritaswp.excellence.lt/dirbtinis-akmuo/dekton/(你可以在「Spalvųvariantai」點擊查看該模式
不幸的是,這並沒有幫助。注意事實,即使用鍵盤UP/DOWN模式滾動。只是不能用鼠標滾動。 –