-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]info windows for transit directions not styled correctly #593
Comments
Can you share a link to the example you are referring to? |
I mean the example code provided but just change the mode to TRANSIT |
I am using it in Next js. It seems there's an image that's styled with absolute and top: 19px. If I remove the top: 19px it looks right. |
That's what I thought. But since we can't change how Google Maps renders these icon overlays, you can check which CSS rules from your application affect that image and remove them. |
Description
When rendering a transit directions route, the info windows for each leg segment have a strange styling.
Steps to Reproduce
Using the example code
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: