diff --git a/src/components/notifications/NotificationMenuEntry.vue b/src/components/notifications/NotificationMenuEntry.vue
index 45ab100d6..a8439715f 100644
--- a/src/components/notifications/NotificationMenuEntry.vue
+++ b/src/components/notifications/NotificationMenuEntry.vue
@@ -96,7 +96,7 @@
diff --git a/src/components/notifications/TheNotificationMenu.vue b/src/components/notifications/TheNotificationMenu.vue
index b774d8831..7db315d79 100644
--- a/src/components/notifications/TheNotificationMenu.vue
+++ b/src/components/notifications/TheNotificationMenu.vue
@@ -1,5 +1,6 @@
+ :class="index < notifications.length - 1 ? '' : 'mb-0'"
+ :parent-state="boolMenu" />
@@ -66,6 +68,8 @@ export default class TheNotificationMenu extends Mixins(BaseMixin) {
mdiBellOutline = mdiBellOutline
mdiCloseBoxMultipleOutline = mdiCloseBoxMultipleOutline
+ private boolMenu = false
+
get notifications() {
return this.$store.getters['gui/notifications/getNotifications'] ?? []
}