diff --git a/react/lib/components/Widget/WidgetContainer.tsx b/react/lib/components/Widget/WidgetContainer.tsx index 8f82fff8..196aa037 100644 --- a/react/lib/components/Widget/WidgetContainer.tsx +++ b/react/lib/components/Widget/WidgetContainer.tsx @@ -53,6 +53,9 @@ export interface WidgetContainerProps const snackbarOptionsSuccess: OptionsObject = { variant: 'success', + style:{ + marginBottom: '60px', + }, autoHideDuration: 8000, anchorOrigin: { vertical: 'bottom',