Add timeline auto scroll

This commit is contained in:
2021-02-01 17:00:01 +01:00
parent 516e2e4f8b
commit 394b006468
5 changed files with 56 additions and 5 deletions
+3 -3
View File
@@ -190,7 +190,7 @@
</div>
</div>
</ion-header>
<ion-content>
<ion-content class="timeline">
<!-- Progress bar -->
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
@@ -200,7 +200,7 @@
</ion-refresher>
<!-- Timeline -->
<div *ngIf="showTimeline">
<div class="timeline-container" *ngIf="showTimeline">
<mwl-demo-utils-calendar-header class="timeline"
[(view)]="view"
[(viewDate)]="viewDate"
@@ -219,5 +219,5 @@
</div>
</div>
123123123123
</ion-content>