wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.09k stars 129 forks source link

Height issue on deployed version #450

Closed jjs9000 closed 2 weeks ago

jjs9000 commented 2 weeks ago

Hi, may i know why does the modal happens to be like this on the deployed version of my application. Screenshot 2024-06-21 214149

while on the local version its already being displayed as below: Screenshot 2024-06-21 214411

Here is my tailwind.config.js file Screenshot 2024-06-21 214611

Thank you in advance