diff --git a/src/dialogs/notifications/notification-drawer.js b/src/dialogs/notifications/notification-drawer.js index 0b1255a762..2b574b13d9 100644 --- a/src/dialogs/notifications/notification-drawer.js +++ b/src/dialogs/notifications/notification-drawer.js @@ -34,6 +34,8 @@ export class HuiNotificationDrawer extends EventsMixin( .notifications { overflow-y: auto; padding-top: 16px; + height: calc(100% - 65px); + box-sizing: border-box; } .notification {