forked from EVOgeek/Vmeda.Online
		
	Merge pull request #2548 from crazyserver/MOBILE-3558
MOBILE-3558 calendar: Fix fab button to be stuck at the corner
This commit is contained in:
		
						commit
						b1d389a313
					
				| @ -64,12 +64,12 @@ | ||||
|                 </a> | ||||
|             </ng-container> | ||||
|         </ion-list> | ||||
|     </core-loading> | ||||
| 
 | ||||
|     <!-- Create a calendar event. --> | ||||
|         <ion-fab core-fab bottom end *ngIf="canCreate"> | ||||
|     <ion-fab core-fab bottom end *ngIf="canCreate && loaded"> | ||||
|         <button ion-fab (click)="openEdit()" [attr.aria-label]="'addon.calendar.newevent' | translate"> | ||||
|             <ion-icon name="add"></ion-icon> | ||||
|         </button> | ||||
|     </ion-fab> | ||||
|     </core-loading> | ||||
| </ion-content> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user