PATCH scrolling issues after dropdown menu
This commit is contained in:
@@ -52,7 +52,7 @@ const Dropdown = ({ label, children, className }: DropdownProps) => {
|
|||||||
{label}
|
{label}
|
||||||
</button>
|
</button>
|
||||||
{isOpen && (
|
{isOpen && (
|
||||||
<ul className={"absolute w-48 origin-top-right rounded-md bg-white shadow-lg font-medium"}>
|
<ul className={"absolute w-30 origin-top-right rounded-md bg-white shadow-lg font-medium"}>
|
||||||
{children}
|
{children}
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user