Skip to content

Commit ab75087

Browse files
committed
[Bug Fix] Drop overflow-hidden on Toast item
Close button uses -translate-x-[35%] -translate-y-[35%] to sit outside the top-left corner; overflow-hidden was clipping it.
1 parent a82ea29 commit ab75087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gem/lib/ruby_ui/toast/toast_item.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def item_classes
5656
<<~CLASSES.tr("\n", " ").squeeze(" ").strip
5757
group/toast pointer-events-auto absolute left-0 right-0
5858
flex w-[356px] max-w-full items-center gap-1.5
59-
overflow-hidden rounded-lg border bg-popover text-popover-foreground
59+
rounded-lg border bg-popover text-popover-foreground
6060
border-border p-4 text-[13px] shadow-[0_4px_12px_rgba(0,0,0,0.1)]
6161
transition-[transform,opacity] duration-300 ease-out
6262
will-change-transform

0 commit comments

Comments
 (0)