Skip to content

Commit e0707a0

Browse files
fixing positioning weirdness
1 parent 6ed53d2 commit e0707a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overscroll-behavior/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ main div p {
4747
line-height: 20px;
4848
}
4949

50-
header {
51-
position: sticky;
50+
body > header {
51+
position: fixed;
5252
top: 0;
5353
}
5454

0 commit comments

Comments
 (0)