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

See top of modal when opened #438

Closed sng82 closed 2 months ago

sng82 commented 3 months ago

Not sure if this is unique to my project (all packages up to date), but I've noticed that when a modal contains enough content to require scroll bars, rather than the modal opening with the top visible, it is scrolled all the way to the bottom. Can I open a modal with the top visible? Is this configurable perhaps?