Skip to content

Commit

Permalink
fix : 드롭다운 width수정
Browse files Browse the repository at this point in the history
fix : 드롭다운 width수정
  • Loading branch information
phyuna0525 authored Apr 20, 2024
2 parents 4d8537d + 28de27b commit 73b1f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Dropdown: React.FC<DropdownProp> = ({ type, onChange }) => {
/>
</div>
{isDropdownVisible && (
<div className="absolute h-auto max-h-72 shadow-md overflow-y-scroll bg-white border rounded-lg w-full text-caption3 z-20">
<div className="absolute h-auto max-h-72 shadow-md overflow-y-scroll bg-white border rounded-lg w-max text-caption3 z-20">
{generateOptions(options())}
</div>
)}
Expand Down

0 comments on commit 73b1f10

Please sign in to comment.