Skip to content

Commit

Permalink
resolved select tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rushidhanwant committed Apr 17, 2023
1 parent 0e3bece commit 226a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Tag/TagMultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const TagMultiSelect = (props: tagSelectProp) => {
</svg>
</div>
</div>
{open && !isEmpty(tagFilteredData) && (
{open && (
<div className={"absolute bottom-[-60px] w-full h-12"}>
<MultiSelectDropdown
dataArray={tagFilteredData}
Expand Down

0 comments on commit 226a345

Please sign in to comment.