fix: modal close button stacking above emoji picker on mobile #211
Reference in New Issue
Block a user
Delete Branch "userAdityaa/flotilla:close-button-stacking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.svelteto 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
closes #210
04f54342d2to1b85440109