Skip to content

Commit 063c43e

Browse files
committed
Tweak overlay header positioning?
1 parent 5f9c930 commit 063c43e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/subpage-nav.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ import Logo from "./logo.astro";
107107
.mobile-overlay {
108108
display: block;
109109
}
110+
111+
.mobile-overlay-header {
112+
position: sticky;
113+
}
110114
}
111115
}
112116

0 commit comments

Comments
 (0)