Skip to content

Commit 53358af

Browse files
committed
Fix: Enable viewport zooming for accessibility compliance
1 parent 2ef8791 commit 53358af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

web/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export const viewport = {
7272
themeColor: "#cc7722",
7373
width: "device-width",
7474
initialScale: 1,
75-
maximumScale: 1,
76-
userScalable: false,
7775
};
7876

7977
import { ClerkProvider } from '@clerk/nextjs'

0 commit comments

Comments
 (0)