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
When implementing Leaflet's VideoOverlay (https://leafletjs.com/examples/overlays/), the inclusion of Tailwind breaks the overlay. The width of the video element is permanently set to 0.
I'd expect Tailwind not to break Leaflet's functionality
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
cdn.tailwindcss.com
What build tool (or framework if it abstracts the build tool) are you using?
cdn.tailwindcss.com
What version of Node.js are you using?
N/A
What browser are you using?
Chrome/Firefox
What operating system are you using?
Windows
Reproduction URL
https://jsfiddle.net/w2m3ndqj/2/
(based on https://leafletjs.com/examples/overlays/example-nocontrols.html, remove
<script src="https://cdn.tailwindcss.com"></script>
to see the expected result)Describe your issue
When implementing Leaflet's VideoOverlay (https://leafletjs.com/examples/overlays/), the inclusion of Tailwind breaks the overlay. The width of the video element is permanently set to 0.
I'd expect Tailwind not to break Leaflet's functionality
The text was updated successfully, but these errors were encountered: