Fix scrollbar

This commit is contained in:
Peter Maquiran
2021-07-16 14:23:54 +01:00
parent 88a1d6bf97
commit f2f08f6964
12 changed files with 13 additions and 15 deletions
+1 -2
View File
@@ -369,8 +369,7 @@
<app-event-list
[class.transparent]="mobileComponent.transparentEventList"
*ngIf="mobileComponent.showEventList"
[style.display]="mobileComponent.showEventList ? 'flex' : 'none'"
[profile]="profile"
(approveEventDismiss) = "approveEventDismiss($event)"
(cloneAllmobileComponent)="viewEventDetailDismiss($event)"