From 620b3277c0c07e98816d9ab26c9775bd627073c8 Mon Sep 17 00:00:00 2001 From: Karl Rezansoff Date: Wed, 1 Dec 2021 22:52:41 -0800 Subject: [PATCH] moved toast container so toasts show above modal (#1480) --- frontend/src/App/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App/App.jsx b/frontend/src/App/App.jsx index e8f6a597fe..3c00d663c1 100644 --- a/frontend/src/App/App.jsx +++ b/frontend/src/App/App.jsx @@ -66,6 +66,8 @@ class App extends React.Component { return ( <> + +
{updateAvailable && ( @@ -96,8 +98,6 @@ class App extends React.Component { {!onboarded && } - -