mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
fix: snooze dropdown overflow (#1588)
This commit is contained in:
committed by
GitHub
parent
780573dadd
commit
4aef8c2242
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user