From c6dfd1e39c2f7e4ef37e56f772fc6f70ddb537b9 Mon Sep 17 00:00:00 2001 From: SatsAllDay <128755788+SatsAllDay@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:16:47 -0400 Subject: [PATCH] Fix toast weirdness on iOS scrolling (#461) * Fix toast weirdness on iOS scrolling * Remove unnecessary css hacks --- components/toast.js | 2 +- components/toast.module.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/toast.js b/components/toast.js index 24c31816..520185a7 100644 --- a/components/toast.js +++ b/components/toast.js @@ -52,7 +52,7 @@ export const ToastProvider = ({ children }) => { return ( - + {toasts.map(toast => (