Allow scrolling notification drawer. Fixes 3366

This commit is contained in:
Paulus Schoutsen 2019-07-16 20:38:35 -07:00
parent fabc49d17e
commit 09a19d2e7f

View File

@ -34,6 +34,8 @@ export class HuiNotificationDrawer extends EventsMixin(
.notifications { .notifications {
overflow-y: auto; overflow-y: auto;
padding-top: 16px; padding-top: 16px;
height: calc(100% - 65px);
box-sizing: border-box;
} }
.notification { .notification {