mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-09 16:02:44 +00:00
add max height to dropdown
This commit is contained in:
@@ -19,7 +19,7 @@ export const DesktopUpdates = () => {
|
||||
<Bell className="w-4 h-4" />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent className="w-[500px]">
|
||||
<DropdownMenuContent className="w-[500px] h-[500px] overflow-auto">
|
||||
<DropdownMenuGroup>
|
||||
{updates?.updates.map((update) => (
|
||||
<SingleUpdate update={update} key={update._id?.$oid} />
|
||||
|
||||
Reference in New Issue
Block a user