mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Fix zIndex for integrationOptions modal
This commit is contained in:
@@ -62,6 +62,7 @@ export const WidgetsMenu = ({ integration, widget }: WidgetsMenuProps) => {
|
|||||||
// Cast as the right type for the correct widget
|
// Cast as the right type for the correct widget
|
||||||
widgetOptions: widgetDefinitionObject.options as any,
|
widgetOptions: widgetDefinitionObject.options as any,
|
||||||
},
|
},
|
||||||
|
zIndex: 5,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user