From 9056308dec7c6e4eed78ceaa40d53aead1a7e5be Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 14 Jul 2023 16:15:28 -0500 Subject: [PATCH] fix toaster z-index --- src/components/Toaster.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Toaster.tsx b/src/components/Toaster.tsx index e84a212..d88132f 100644 --- a/src/components/Toaster.tsx +++ b/src/components/Toaster.tsx @@ -6,8 +6,8 @@ import { SmallHeader } from "./layout"; export function Toaster() { return ( - - + + ); @@ -58,7 +58,7 @@ export function ToastItem(props: {

{props.description}

- + Close