qselect 높이 조정

This commit is contained in:
김창수 2025-01-10 15:32:11 +09:00
parent 9cc350da36
commit c6292da11a

View File

@ -357,7 +357,7 @@ button{
clip-path:inset(0 0 100% 0);
width: calc(100% + 2px);
padding: 8px 0;
max-height: 100px;
max-height: 116px;
overflow-y: auto;
background-color: #373737;
border: 1px solid #3F3F3F;