Remove bottom margin for floating button

Add the code below to Custom CSS field on your Form widget’s Appearance tab:

.global-styles, [class*="FloatingButton__FloatingButtonContainer"] {
margin-bottom: 0px !important;
}