Devtools-for-Livewire / issues

Issue management for the Devtools for Livewire.
https://devtools-for-livewire.com
2 stars 0 forks source link

[BUG] Use the toolbar with a FluxUI Modal/Flyover #1

Open JasonSmartUK opened 1 week ago

JasonSmartUK commented 1 week ago

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

  1. Open a fluxui.dev modal or flyout

What should happen?

I should be able to use the toolbar to review the components

Additional Context

No response

PerryvanderMeer commented 8 hours 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.