wing + filter
This commit is contained in:
@@ -35,7 +35,7 @@ const SortButton = ({ sortList, onClick }: SortButtonProps) => {
|
||||
</button>
|
||||
<div
|
||||
className={`absolute z-20 flex flex-col bg-white p-2 text-[#0D1922] rounded-lg w-full shadow-lg transition-opacity duration-300 ease-in-out ${
|
||||
isSelected ? "opacity-100" : "opacity-0"
|
||||
isSelected ? "opacity-100" : "opacity-0 pointer-events-none hidden"
|
||||
}`}
|
||||
>
|
||||
{sortList.map((sort) => (
|
||||
|
||||
Reference in New Issue
Block a user