fix: modal close button stacking above emoji picker on mobile

This commit is contained in:
2026-04-16 15:36:55 +05:45
committed by hodlbod
parent 0658a8ee44
commit 1b85440109
+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>