Well I found another new Safari quirk in iOS 13.1 and iPadOS 13.1. The latest Safari version seems to have screwed up website footers if you use something like this in your CSS:
Code:
div.footer-layout {
max-width: 984px;
overflow-x: hidden;
margin: auto 0px auto 0px;
position: fixed;
bottom: 0px;
}
This worked fine in 12.x, but now the footer is no longer fixed to the bottom of the screen. I’ve noticed this quirk in my own website as well as other websites. I also notice in several websites that there is a flickering of elements, especially if they have images on the page, taking place which is rather annoying. I guess they changed something in the Safari code. I hope they get it fixed.