Skip to content

Commit c3ea685

Browse files
committed
chrome ios fix, hail mary
1 parent 3052815 commit c3ea685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/subpage.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ const { class: className, description, title, ...rest } = Astro.props;
5656
background-color: var(--color-accent-1000);
5757
padding-bottom: 2px; /* prevent hiding logo link box shadow */
5858
position: fixed;
59+
top: 0;
60+
left: 0;
5961
isolation: isolate;
6062
z-index: 1;
6163
width: 100%;

0 commit comments

Comments
 (0)