Skip to content

Commit

Permalink
ORV2-1559 Adding width to sticky navigation (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikataot authored Oct 31, 2023
1 parent adad883 commit 61ee1a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ const App = () => {
alertType={snackBar.alertType}
/>
<Router>
<Header />
<NavIconSideBar>
<NavIconHomeButton />
<NavIconReportButton />
</NavIconSideBar>
<Header />
<AppRoutes />
</Router>
<Footer />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
position: sticky;
left: 0;
top: 400px;
}
width: 50px;
}

0 comments on commit 61ee1a5

Please sign in to comment.