wire-elements / modal

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

Allow changing the overflow action #317

Closed powlam closed 1 year ago

powlam commented 1 year ago

When an active element such as a select field of WireUI is added to the modal, the new dynamically loaded content won't be shown because the overflow is hidden by default... and can't be modified (as far as I know). Just removing overflow-hidden from div#modal-container, it works. image

Any workaround?