fixed margin causing app to scroll when it shouldn't
This commit is contained in:
parent
e56c5f0781
commit
ffa060cee8
3 changed files with 73 additions and 75 deletions
|
|
@ -329,10 +329,6 @@ export default function Router() {
|
|||
|
||||
<Route path="/logout" element={<Logout />} />
|
||||
<Route path="grainbags/:bagID" element={<GrainBag />} />
|
||||
{/*
|
||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
||||
<Route path="*" element={<RelativeRoutes/>} />
|
||||
</ErrorBoundary> */}
|
||||
|
||||
<Route path="*" element={<RelativeRoutes/>} />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue