You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix here is to add your own CSS that resets border-style back to none for the map and it's children, something like:
#map* {
border-style: none;
}
If we tried to fix this from the Tailwind side it would mean you could no longer add a border to an element just by adding the border class; instead you'd have to add border-solid border. I think writing an extra line of CSS just to undo this style for Google Maps is probably the better trade off.
If you'd prefer to choose the other side of that trade-off, just remove our preflight styles from your CSS and provide your own base styles instead 👍
There looks to be an issue with #116 that causes a gap with Google Map markers. I removed this and the gap disappeared.
The text was updated successfully, but these errors were encountered: