외부 실증과 인증 화면 경계 보강
This commit is contained in:
parent
68fd8f65a3
commit
64e1b2210d
7 changed files with 64 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.lg-root {
|
||||
min-height: 100dvh;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
position: relative;
|
||||
display: grid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue