모바일 화면에서 숫자 입력창 실행시 문제가 화면 위에 보여지도록 수정

This commit is contained in:
2026-05-26 17:30:19 +09:00
parent 4a08dded14
commit 7d4ab86da5
3 changed files with 336 additions and 74 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "mkdir -p .next/standalone/.next && cp -R .next/static .next/standalone/.next/static",
"start": "next start",
"test": "vitest run",
"lint": "next lint"