Skip to content

Commit

Permalink
changed nav links to display as inline-block so safari works
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Sep 30, 2024
1 parent e295233 commit 0ab5419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

ul {
bottom: 0;
display: inline;
display: inline-block;
position: sticky;
top: 0;

Expand Down

0 comments on commit 0ab5419

Please sign in to comment.