This commit is contained in:
focp212@naver.com
2025-11-05 14:25:47 +09:00
parent 696d578e23
commit a61f0bc2ff
5 changed files with 57 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ main {
width: 100%;
height: 100%;
background: #fff;
z-index: 999;
z-index: 1010;
display: unset;
/* overflow-y: auto; */
overflow-y: scroll;
@@ -468,4 +468,7 @@ main.pop{
.detail-divider{
margin-left: -16px;
margin-right: -16px;
}
.bottomsheet{
z-index: 1030;
}