react-select position 수정

This commit is contained in:
김창수 2024-10-31 14:35:40 +09:00
parent e7f468ba1e
commit c98b84a0a7
2 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,7 @@ export default function ReactSelect(){
isSearchable={false}
placeholder="敬称選択"
isClearable={true}
menuPlacement={'auto'}
// isDisabled={true}
/>
)

View File

@ -434,7 +434,6 @@ table{
// 견적서 테이블
.esimate-table{
padding-bottom: 30px;
table{
table-layout: fixed;
border-collapse: separate;