最簡單的解決方法就是修改iframe
// 此方法會導致頁面無法點擊
iframe {
pointer-events: none;
}
// 設置iframe層級
iframe {
position: relative;
z-index: -1!important;
}
最簡單的解決方法就是修改iframe
// 此方法會導致頁面無法點擊
iframe {
pointer-events: none;
}
// 設置iframe層級
iframe {
position: relative;
z-index: -1!important;
}