@icarus_31 wrote:
Hi,
I wanted to try the floating action button
<button fab fab-bottom>
and don't understand why during scrolling the button scroll also. I thought that if you ask to stay at the bottom, it will stay there. What am I missing?I have something like:
<ion-content> <ion-card *ng-for...> <div ...> <ion-card-header> ... </ion-card-header> <ion-card-content> ... </ion-card-content> </div> <ion-item actions> ... </ion-item> </ion-card> <button fab fab-bottom fab-right> <icon add></icon> </button> </ion-content>
Thanks!
Posts: 1
Participants: 1