diff --git a/client/src/components/NotificationDropdown.jsx b/client/src/components/NotificationDropdown.jsx index 246bc3f..cd87c7b 100644 --- a/client/src/components/NotificationDropdown.jsx +++ b/client/src/components/NotificationDropdown.jsx @@ -160,7 +160,7 @@ const NotificationDropdown = () => { animate={{ opacity: 1, y: 0, scale: 1 }} exit={{ opacity: 0, y: -10, scale: 0.95 }} transition={{ duration: 0.2 }} - className="absolute right-0 mt-2 w-80 bg-white dark:bg-navy-800 rounded-lg shadow-lg border border-navy-200 dark:border-navy-700 z-50" + className="absolute right-0 mt-2 w-80 overflow-hidden rounded-xl border border-navy-200 dark:border-navy-700 bg-white dark:bg-navy-800 shadow-2xl z-50" > {/* Header */}
+
{notification.content}
{!notification.read && (