Skip to content

Commit

Permalink
fix subnav overflow (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie2020 committed Sep 20, 2021
1 parent b1ef91d commit d004e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/components/Subnav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const { title, inputPath, headers } = Astro.props;
color: inherit;
background: none;
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}


Expand Down

1 comment on commit d004e82

@vercel
Copy link

@vercel vercel bot commented on d004e82 Sep 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.