无论我做什么,都可以在iphone上看到溢出-x

时间:2015-08-18 04:20:52

标签: html ios css iphone

尝试阻止具有以下css的智能手机的overflow-x

html, body {
width: 100% !important; 
max-width:100% !important; 
overflow-x:hidden !important;
}

我也有以下风格的绝对div

.cartslidewrap {
position:absolute;
width:320px;
right:-380px;
}

Android似乎可以正常使用它,但iphone仍然看到溢出并在屏幕被刷过时显示隐藏的div。

0 个答案:

没有答案