mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Fix scrollbar
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -677,7 +677,6 @@ app-new-event{
|
||||
}
|
||||
|
||||
app-event-list{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
flex-wrap: wrap-reverse;
|
||||
|
||||
Reference in New Issue
Block a user