remove flex (#681)

This commit is contained in:
Gabriel Gordon-Hall
2025-09-10 18:39:19 +01:00
committed by GitHub
parent 7547683a63
commit a722d284d7

View File

@@ -132,7 +132,7 @@ function AppContent() {
{showNavbar && <DevBanner />}
{showNavbar && <Navbar />}
<div className="flex-1 h-full overflow-y-scroll flex">
<div className="flex-1 h-full overflow-y-scroll">
<SentryRoutes>
<Route path="/" element={<Projects />} />
<Route path="/projects" element={<Projects />} />