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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -