Our mobile web application has sticky bottom navigation like the one you often find in iOS applications, and after Safari 10.3 release on landscape only it is p
Try this on the fixed position element in your css:
transform:translate3d(0px, 0, 0); -webkit-transform:translate3d(0px, 0, 0);