Skip to content

Commit c1409e5

Browse files
adereisclaude
andcommitted
Make navigation header sticky on scroll
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a872410 commit c1409e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

templates/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
padding: 20px 0;
7474
margin-bottom: 30px;
7575
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
76+
position: sticky;
77+
top: 0;
78+
z-index: 1000;
7679
}
7780

7881
header h1 {

0 commit comments

Comments
 (0)