Skip to content

Commit 3156590

Browse files
committed
inputのフォーカス時にズームする挙動を解除(アクセシビリティ違反)
1 parent e943b1d commit 3156590

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ export default function RootLayout({
3333
<head>
3434
<meta charSet="UTF-8" />
3535
<link rel="icon" type="image/svg+xml" href="/course-mate-icon.svg" />
36-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
36+
<meta
37+
name="viewport"
38+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
39+
/>
3740
<title>CourseMate</title>
3841
</head>
3942
<body className="h-full">

0 commit comments

Comments
 (0)