Overflow-x and Overflow-y do not work for Android 4.3 or below

I am creating a menu for my site which I am using

1) SKEW,POSITION:ABSOLUTE and OVERFLOW:HIDDEN

for

main-div{width:90%;height:100%} 

      

2) OVERFLOW-Y:AUTO

forsub-div(width:130%;height:auto)

<div class="main-div">
<div class="sub-div">
</div>
</div>

      

It works great on IOS, Android 4.4 and Chrome browsers ... but I'm having problems with Android 4.3 and below .....

The sub div is hidden in the browser but not in the device.

Can anyone help me with this issue

+3


source to share





All Articles