fix: snooze dropdown overflow (#1588)
This commit is contained in:
parent
780573dadd
commit
4aef8c2242
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ export const NotificationPopover = () => {
|
|||
|
||||
{notifications ? (
|
||||
notifications.length > 0 ? (
|
||||
<div className="divide-y divide-custom-border-100 overflow-y-auto">
|
||||
<div className="divide-y divide-custom-border-100 overflow-y-auto h-full">
|
||||
{notifications.map((notification) => (
|
||||
<NotificationCard
|
||||
key={notification.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue