svelte-modals icon indicating copy to clipboard operation
svelte-modals copied to clipboard

Fix backdrop with stacking visible modals

Open romanzy313 opened this issue 1 year ago • 2 comments

Previously if I wanted to stack modals, the backdrop would always be behind the first modal. Now it behaves properly if isOpen is not used. Behavior does not change when modals are not stacked.

I can add an example to the docs if needed

romanzy313 avatar May 03 '23 21:05 romanzy313