Skip to content

Commit

Permalink
Fixes mrlvsb#455
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick11514 committed Nov 12, 2024
1 parent c135074 commit c483e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const getFilteredNotifications = (notifications: Readonly<Notification[]>) => {
</button>

<div class="dropdown-menu dropdown-menu-end shadow p-0 rounded dropdown-menu-custom">
<ul class="list-group list-group-flush">
<ul class="list-group list-group-flush" style="max-height: 50vh; overflow-y: auto;">
<li class="list-group-item">
<div class="d-flex align-items-center">
<div>
Expand Down

0 comments on commit c483e11

Please sign in to comment.