From 69f083dcf1b61ad7ac6cdb2715252a56914bf0e2 Mon Sep 17 00:00:00 2001 From: spacebares <57186372+spacebares@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:21:29 -0400 Subject: [PATCH] revert appbar draworder the event thumbnail renders over AppBar in events page... tried a bunch of things, counlt work around it... with this revert, the "More Options" tooltip for AppBar menu is broken again --- web/src/app.tsx | 2 +- web/src/components/AppBar.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app.tsx b/web/src/app.tsx index dc4a85938..34c0da4cf 100644 --- a/web/src/app.tsx +++ b/web/src/app.tsx @@ -18,6 +18,7 @@ export default function App() {
+ {!config ? (
@@ -25,7 +26,6 @@ export default function App() { ) : (
-
diff --git a/web/src/components/AppBar.jsx b/web/src/components/AppBar.jsx index 78711a45d..1003fee55 100644 --- a/web/src/components/AppBar.jsx +++ b/web/src/components/AppBar.jsx @@ -38,7 +38,7 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) { return (