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;
}

View File

@@ -10,7 +10,7 @@ const StyledSnackBar = styled(ToastContainer)`
bottom: 30px;
pointer-events: none;
margin-bottom: calc(env(safe-area-inset-top) / 3);
z-index: 1000;
z-index: 2000;
}
.Toastify__toast {
pointer-events: none;