remove flex (#681)
This commit is contained in:
committed by
GitHub
parent
7547683a63
commit
a722d284d7
@@ -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 />} />
|
||||
|
||||
Reference in New Issue
Block a user