We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1ce8 commit 5fc0974Copy full SHA for 5fc0974
1 file changed
src/index.css
@@ -45,13 +45,14 @@ body {
45
html {
46
zoom: 1; /* 기본 줌 설정 */
47
margin: 0px;
48
+ background-color: #101010; /* 앱 메인 배경색과 통일 */
49
}
50
51
body {
52
display: flex;
53
justify-items: center;
54
- background-color: rgba(255, 255, 255, 0.2);
55
+ background-color: #101010; /* 앱 메인 배경색 - Safe Area 영역도 검은색으로 */
56
min-width: 320px;
57
min-height: 100vh;
58
min-height: 100dvh; /* 동적 viewport height - 모바일 브라우저 주소창 제외 */
0 commit comments