AckerApple / agm-overlays

Custom marker overlay for the @agm/core package
MIT License
25 stars 24 forks source link

how to set pixel offset to <agm-info-window> #37

Open henryyue2010 opened 4 years ago

henryyue2010 commented 4 years ago

I need to change the position of agm-info-window so it won't overlap with my agm-overlay icon. Is there is way to set pixel offset of the info window? Thank you very much in advance for your help.

AckerApple commented 4 years ago

Maybe on your html try and set position absolute with a z index. I have no solutions otherwise off top of my head. This package doesn’t know about the windows to some degree, pretty much separate so maybe info window maybe has some setting or report issue there instead.

Good luck