fix: modal close button stacking above emoji picker on mobile #211

Merged
hodlbod merged 1 commits from userAdityaa/flotilla:close-button-stacking into dev 2026-04-16 15:38:26 +00:00
Collaborator

Summary

This PR fixes a mobile UI layering issue where the modal close button could appear partially clipped or beneath emoji picker content. The fix raises the close button stacking order while preserving existing placement behavior.

What changed:

  • Updated close button class in Dialog.svelte to include a higher z-index utility so it remains above emoji picker UI layers.

  • Kept non-fullscreen vertical placement unchanged to avoid lowering the button position.

Expected Behaviour

Dev Branch

closes #210

### Summary This PR fixes a mobile UI layering issue where the modal close button could appear partially clipped or beneath emoji picker content. The fix raises the close button stacking order while preserving existing placement behavior. ### What changed: * Updated close button class in `Dialog.svelte` to include a higher z-index utility so it remains above emoji picker UI layers. * Kept non-fullscreen vertical placement unchanged to avoid lowering the button position. ### Expected Behaviour | Dev Branch | |-------------------| | <img src="/attachments/2b8e0442-d3b7-4f6a-b16d-1bb8c110f073" width="300"> | closes #210
hodlbod added 1 commit 2026-04-16 15:38:19 +00:00
hodlbod force-pushed close-button-stacking from 04f54342d2 to 1b85440109 2026-04-16 15:38:19 +00:00 Compare
hodlbod merged commit 68231504d0 into dev 2026-04-16 15:38:26 +00:00
hodlbod deleted branch close-button-stacking 2026-04-16 15:38:26 +00:00
Sign in to join this conversation.