Safari fixed position issue with Google Maps info window -
Safari fixed position issue with Google Maps info window -
so have google map beingness produced through api. have made custom info windows, bit hacky couldn't manage style actual windows in way wanted.
on chrome & firefox this, should:
the window see created using css:
.window{ background-color: #fff7ef; position: fixed; margin-left: -95px; margin-top: -65px; width: 201px; height: 85px; border-radius: 3px; color: #736357; padding: 10px; text-transform: uppercase; }
yet on safari, dont seem display in right position, turn out this:
but when seek , inspect window, appears though should in right place, image below when hovering on window info in it:
furthermore offset doesn't seem consistent distance, can't custom position safari only.
not sure start this, unsure if issue safari not displaying fixed elements correctly, or if problem more lying within utilize of api.
google-maps safari position fixed infowindow
Comments
Post a Comment