🐛 Fix zIndex for integrationOptions modal

This commit is contained in:
Manuel Ruwe
2023-01-06 21:55:10 +01:00
parent 7a2a180d7f
commit 43fe7ae634

View File

@@ -62,6 +62,7 @@ export const WidgetsMenu = ({ integration, widget }: WidgetsMenuProps) => {
// Cast as the right type for the correct widget
widgetOptions: widgetDefinitionObject.options as any,
},
zIndex: 5,
});
};