Skip to content

Commit a8efa11

Browse files
authored
fix: zoom issue on smaller screens due to focus (#6455)
Signed-off-by: Manish Kumar ⛄ <[email protected]>
1 parent 5daebc7 commit a8efa11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.dynamic.constants.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ export const PAGE_VIEWPORT = {
9191
],
9292
width: 'device-width',
9393
initialScale: 1,
94+
maximumScale: 1,
9495
};

0 commit comments

Comments
 (0)