I have added style="position: relative; because without it it does not stay inside the card… EACH card has to have the fab button.
however… the positioning of the fab is ok so far, but <ion-fab-list> appears off and outside the card when its active.
if I change position: relative;
this is the result:
THE PROBLEM is only in the list right and left if its top<ion-fab-list side="top"> then it works fine without any problems…if I remove position: relative; then it is all working fine however the positioning of the fab button is not inside the card.
ion-fab is not a FAB button by itself but a container that assist the fab button () allowing it to be placed in fixed position that does not scroll with the content. It is also used to implement “material design speed dial”, ie. a FAB buttons displays a small lists of related actions when clicked.
you are using the fab-cointer to positionate your fab-buttons → so this is not made to place it in a card. It is there two have something like the google material design action buttons. They are fixed and stay at the same position if you scroll the content.
Yeah it will work on device i think, but it is not a problem.
I just wanted to say --> ion-fab-list is working correctly ;).
But you are using it in a different way… so this is no problem with ionic at all.
in your case i would not use ionFab for this.
add a button to show and hide the list of buttons. And add simple rounded buttons. without the whole ion-fab stuff. It would be cleaner code and no css hacks needed