The FloatingActionBubble widget placed in Stack when opened overlaps the content behind it full width. ```dart Widget build(BuildContext context) { return Stack( children: [ MyContentPageWidget(...), Align( alignment: Alignment.bottomRight, child: FloatingActionBubble(...) ), ], ); } ``` https://github.com/Darshan0/FloatingActionBubble/assets/98897017/997abc20-6c41-44a3-a25f-45e2250c901d