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
+2 -2
View File
@@ -37,9 +37,9 @@
)
const buttonClass = $derived(
cx("absolute right-3 btn btn-circle btn-neutral btn-sm", {
cx("absolute right-3 z-tooltip btn btn-circle btn-neutral btn-sm", {
"top-3": fullscreen,
"-top-4": !fullscreen,
"-top-4 mr-sai": !fullscreen,
}),
)
</script>