forked from CIT/Vmeda.Online
		
	MOBILE-3558 calendar: Fix fab button to be stuck at the corner
This commit is contained in:
		
							parent
							
								
									168fbab420
								
							
						
					
					
						commit
						99044b7231
					
				| @ -64,12 +64,12 @@ | ||||
|                 </a> | ||||
|             </ng-container> | ||||
|         </ion-list> | ||||
| 
 | ||||
|         <!-- Create a calendar event. --> | ||||
|         <ion-fab core-fab bottom end *ngIf="canCreate"> | ||||
|             <button ion-fab (click)="openEdit()" [attr.aria-label]="'addon.calendar.newevent' | translate"> | ||||
|                 <ion-icon name="add"></ion-icon> | ||||
|             </button> | ||||
|         </ion-fab> | ||||
|     </core-loading> | ||||
| 
 | ||||
|     <!-- Create a calendar event. --> | ||||
|     <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> | ||||
| </ion-content> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user