css - iOS 9 HTML DOM with position: relative drifts away (floats) from its given position -
there 2 distinctive dom structures in page. main content , footer. css:
.footer{ height: 65px; width: 100%; z-index: 999; position: fixed; } .maincontent{ width: 100%; height: 705px; position: relative; }
these 2 inside media query of max width of 1024px.
the problem while dragging main content main content floats gesture.
what expected main content should in same place. happens in ios 9 , not in ios 8 or 7!!
Comments
Post a Comment