Skip to content

Commit b1d389a

Browse files
authored
Merge pull request #2548 from crazyserver/MOBILE-3558
MOBILE-3558 calendar: Fix fab button to be stuck at the corner
2 parents bee759d + 99044b7 commit b1d389a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/addon/calendar/pages/day/day.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ <h2><core-format-text [text]="event.name" [contextLevel]="event.contextLevel" [c
6464
</a>
6565
</ng-container>
6666
</ion-list>
67-
68-
<!-- Create a calendar event. -->
69-
<ion-fab core-fab bottom end *ngIf="canCreate">
70-
<button ion-fab (click)="openEdit()" [attr.aria-label]="'addon.calendar.newevent' | translate">
71-
<ion-icon name="add"></ion-icon>
72-
</button>
73-
</ion-fab>
7467
</core-loading>
68+
69+
<!-- Create a calendar event. -->
70+
<ion-fab core-fab bottom end *ngIf="canCreate && loaded">
71+
<button ion-fab (click)="openEdit()" [attr.aria-label]="'addon.calendar.newevent' | translate">
72+
<ion-icon name="add"></ion-icon>
73+
</button>
74+
</ion-fab>
7575
</ion-content>

0 commit comments

Comments
 (0)