ionic 6 FAB in front of inlineModal

I want to take the FAB as a order Button. When you click a item a Card Modal opens but now the FAB is in the Background. It should work like a submit button in a Form. Is there a reason to keep it in front?

Hello,

please try to also add a FAB Button to the Modal.

Hey, yes this works but in the card modal, the fab is placed in the right bottom corner of the modal page(you see it only when the modal is fully open). I want it on each breakpoint in the right corner of the screen. Thanks

Toggle the fab together with the modal and place it outside ion-content of the calling page?