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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -