wire-elements / wire-spy

WireSpy—a sleek new debug bar for Livewire
https://wire-elements.dev/blog/announcing-wirespy-a-sleek-new-debug-bar-for-livewire
MIT License
301 stars 8 forks source link

Solution for not overlapping content #20

Open gjm opened 6 days ago

gjm commented 6 days ago

Thanks for reporting! This is now fixed https://github.com/wire-elements/wire-spy/commit/f7b2b843b611e8f7dd757c2dadec9becf5bb383b

Originally posted by @PhiloNL in https://github.com/wire-elements/wire-spy/issues/14#issuecomment-2410519586

This issue is still present for me...

PhiloNL commented 6 days ago

Can you take a look with your devtools and see if the padding is added to your body? It should offset the height of the toolbar:

image

gjm commented 6 days ago

Yes it is added. I have inner div's with height: 100% !important. Maybe those are breaking wire-spy's layout... :disappointed: