Html
    Css
    Js

    
                        
#modal1 {
	background:rgba(0,0,0,0.5);
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
}
.a {
	width:100%;
	height:100%;
	overflow-y:auto;
}
.bao {
	width:100%;
	height:100%;
	display:table;
}
.bao span {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.a::-webkit-scrollbar {
	display:none;
}
.tu img {
	cursor:pointer;
	max-width:100%;
}
.b {
	position:fixed;
	top:0;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.1
 立即下载

移动端滚动穿透问题解决方案

移动端查看

0