Open JasonSmartUK opened 1 week ago
FluxUI places (flyout) modals in a <dialog>
, which ends up in the top layer.
The Devtools can't overlay that. Either the modals work in that case, or the Devtools, but browsers do not accept two elements in the top layer at the same time.
Devtools for Livewire Version
v1.0.3
Livewire Version
v3.5.12
Laravel Version
v11.30.0
What happened?
When opening a flyout modal with fluxui.dev, you can't interact with the toolbar to review the data/component as the flyout is over the top
Screenshots
No response
To Reproduce
What should happen?
I should be able to use the toolbar to review the components
Additional Context
No response