This commit is contained in:
hyeonggil
2024-03-03 20:53:36 +09:00
parent 88db183909
commit 4d760b831c
8 changed files with 2435 additions and 31 deletions

View File

@@ -453,7 +453,12 @@
}
}
.optionList{
overflow: auto;
max-height: 642px;
margin-top:2rem;
@include maxtablet{
max-height: 44.5rem;
}
.checkBtn{
label{
displaY:flex;
@@ -836,19 +841,4 @@
}
}
}
}
.optionList {
overflow: auto;
//width: 500px;
height: 600px;
padding:25px;
border:1px solid #DEDEDE;
border-radius: 6px;
@include maxtablet{
height: 49.5rem;
padding:2rem;
}
@include desktopMax{
}
}