외부 실증과 인증 화면 경계 보강

This commit is contained in:
Yun Chan 2026-08-12 15:01:21 +09:00
parent 68fd8f65a3
commit 64e1b2210d
7 changed files with 64 additions and 10 deletions

View file

@ -1,7 +1,7 @@
.vg-auth-shell {
position: relative;
isolation: isolate;
inline-size: 100vw;
inline-size: 100%;
max-inline-size: none;
min-block-size: 100vh;
min-block-size: 100dvh;

View file

@ -1,6 +1,6 @@
.lg-root {
min-height: 100dvh;
width: 100vw;
width: 100%;
max-width: none;
position: relative;
display: grid;