Fix scroll in notifications page

pull/1567/head
Chocobozzz 2019-01-14 15:12:20 +01:00
parent 674a66bbda
commit f57ad0d22c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
max-height: 500px;
min-width: 200px;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
overflow-y: auto;
.notifications-header {
display: flex;

View File

@ -21,7 +21,7 @@ export class UserNotificationsComponent implements OnInit {
componentPagination: ComponentPagination = {
currentPage: 1,
itemsPerPage: 10,
itemsPerPage: 20,
totalItems: null
}