Skip to content

Commit

Permalink
Fix notification overlap (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy committed Jun 19, 2024
1 parent fc99ed0 commit 627279d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyvern-frontend/src/components/ui/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ToastViewport = React.forwardRef<
>(({ className, ...props }, ref) => (
<ToastPrimitives.Viewport
ref={ref}
data-toast="1"
className={cn(
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
className,
Expand Down

0 comments on commit 627279d

Please sign in to comment.