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> |                 </a> | ||||||
|             </ng-container> |             </ng-container> | ||||||
|         </ion-list> |         </ion-list> | ||||||
|  |     </core-loading> | ||||||
| 
 | 
 | ||||||
|     <!-- Create a calendar event. --> |     <!-- 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"> |         <button ion-fab (click)="openEdit()" [attr.aria-label]="'addon.calendar.newevent' | translate"> | ||||||
|             <ion-icon name="add"></ion-icon> |             <ion-icon name="add"></ion-icon> | ||||||
|         </button> |         </button> | ||||||
|     </ion-fab> |     </ion-fab> | ||||||
|     </core-loading> |  | ||||||
| </ion-content> | </ion-content> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user