2017-03-09 125 views

回答

1

嗨,你可以通過添加溢出修復:在滾動和最大高度的.modal內容類。

.modal-content { 
    position: relative; 
    background-color: #fff; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
    border: 0; 
    border: 0; 
    border-radius: 0; 
    outline: 0; 
    max-height: 500px; 
    overflow: scroll; 
} 
+0

不幸的是,這並沒有幫助。注意事實,即使用鍵盤UP/DOWN模式滾動。只是不能用鼠標滾動。 –

0

耶!

如果有人有類似的問題,檢查您是否使用簡單的視差滾動Parallax.js插件URL)。引導JS模式和Parallax JS插件衝突,因此我無法滾動模式,只有網站在網站的背景。

祝你好運!