View Single Post
Old 09-27-2019, 11:43 AM   #31
OtinG
Old Gadget Guy
OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.OtinG ought to be getting tired of karma fortunes by now.
 
OtinG's Avatar
 
Posts: 1,913
Karma: 6854865
Join Date: Jun 2018
Device: Oasis 3, iPhone 13 Pro Max, iPad mini 6, iPad Air 2020, Alexa Devices
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.

Last edited by OtinG; 09-27-2019 at 11:46 AM.
OtinG is offline   Reply With Quote