Skip to content

Commit

Permalink
fix: hidden message dropdown below notifications center header (#5496)
Browse files Browse the repository at this point in the history
* fix: render dropdown within portal

* fix: added middlewares prop in menu

---------

Co-authored-by: Biswajeet Das <[email protected]>
  • Loading branch information
racky7 and BiswaViraj committed May 7, 2024
1 parent 5cafc05 commit d48836b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ export function NotificationListItem({
shadow={colorScheme === 'dark' ? shadows.dark : shadows.light}
withArrow
classNames={overrideClasses}
withinPortal={true}
middlewares={{ flip: false, shift: false }}
>
<Menu.Target>
<ActionIcon
Expand Down

0 comments on commit d48836b

Please sign in to comment.