This commit is contained in:
focp212@naver.com
2025-11-11 18:23:14 +09:00
parent 297215fe09
commit a5abe3f0fd
4 changed files with 282 additions and 269 deletions

View File

@@ -40,9 +40,25 @@
.mail-page {
margin: 0; background: #FAFAFA;
padding: 0; width: 100%;
transform: translateY(100%);
min-height: unset;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
top: 0;
z-index: 1010;
display: unset;
padding-bottom: 0;
transform: translateX(100%);
}
.mail-page .wrap {
min-width: unset;
padding-bottom: 30px;
}
.mail-page .wrap .header .header-top {
box-sizing: unset;
}
.mail-page .wrap .header .divider {
margin-top: 0px;
}