Pleb5 / satshoot

Freelancing on nostr
https://satshoot.com
15 stars 4 forks source link

'Web of Trust loaded' popup in top app bar is covered by 'Filter Tickets input' in Ticket feed #8

Closed Pleb5 closed 1 month ago

Pleb5 commented 2 months ago

It should be displayed in front. See z-index and stacking order in DOM.

Pleb5 commented 1 month ago

Popups are floating on the dom so unfortunately z-index does not matter in this case. However I managed to solve this by placing the popup to the right which does not overlap with search input anymore this way.