Skip to content

Commit

Permalink
FIX: notification dropdown scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Diebbo committed Dec 17, 2024
1 parent b1c2fed commit 544af99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/components/navbar/notifications-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export const NotificationsDropdown = () => {
/>
</div>
<Dropdown
className="overflow-y-auto scrollbar-hide"
placement="bottom-end"
>
<DropdownTrigger>
Expand All @@ -214,7 +213,7 @@ export const NotificationsDropdown = () => {
</NavbarItem>
</DropdownTrigger>
<DropdownMenu
className="w-80 max-h-[40vh] "
className="w-80 max-h-[40vh] overflow-y-auto scrollbar-hide"
aria-label="Notifications"
variant="flat"
color="success"
Expand Down

0 comments on commit 544af99

Please sign in to comment.