Skip to content

Commit

Permalink
sticky nav as outlined in design
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 19, 2024
1 parent cdf89b0 commit 404d7a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/products/ecr-viewer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ export default function EcrViewer() {
<ContentContainer align>
<div className="grid grid-cols-1 md:grid-cols-[1fr_2fr_1fr]">
<div className="pt-[.625rem]">
<Navigation />
<div className="md:sticky md:top-4">
<Navigation />
</div>
</div>
<div className="grid grid-cols-1 gap-[3.75rem] pl-10 pr-10">
<div id="overview">
Expand Down

0 comments on commit 404d7a8

Please sign in to comment.