Skip to content

Commit

Permalink
web: mobile selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Oct 20, 2023
1 parent a946cde commit fd7a761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web/components/util/Page/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export default function Meta(props: Props) {
return (
<Head>
<title>{title}</title>
{/* this disables the auto zoom/page shift on mobile when clicking on selectors */}
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="title" content={title} />
{props.description && (
<meta name="description" content={props.description} />
Expand Down

0 comments on commit fd7a761

Please sign in to comment.