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
Tried to manually set opacity from of the modal div to 100, the modal can be shown correctly, pressuming the open method did not set the opacity of the modal div right.
Taking the example code from the website as an example:
Summary
The modal won't display with Astro 5.3 & Tailwind 4.0.7
Steps to Reproduce
With following versions of dependencies, the modal won't show after click on the show button, but the overlay shows correctly
Tried to manually set
opacity
from of the modal div to100
, the modal can be shown correctly, pressuming theopen
method did not set theopacity
of the modal div right.Taking the example code from the website as an example:
Demo Link
https://codesandbox.io/p/devbox/great-cache-ldzkgk
Expected Behavior
Expected to see modal & overlay display properly.
Actual Behavior
The modal won't display but the overlay shows properly.
Screenshots
No response
The text was updated successfully, but these errors were encountered: