Fix scroll in notifications page
This commit is contained in:
parent
674a66bbda
commit
f57ad0d22c
|
@ -13,6 +13,7 @@
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
|
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.notifications-header {
|
.notifications-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -21,7 +21,7 @@ export class UserNotificationsComponent implements OnInit {
|
||||||
|
|
||||||
componentPagination: ComponentPagination = {
|
componentPagination: ComponentPagination = {
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 20,
|
||||||
totalItems: null
|
totalItems: null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue