fixed autocomplete poppercomponent overlapping sidebar

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
This commit is contained in:
JeevaRamanathan
2024-05-25 15:53:43 +05:30
parent eeb5b782de
commit 914736b2bb
4 changed files with 12 additions and 0 deletions
@@ -78,6 +78,9 @@ export const TemplateCategoryPicker = () => {
Categories
</Typography>
<Autocomplete<string, true>
PopperComponent={popperProps => (
<div {...popperProps}>{popperProps.children}</div>
)}
multiple
id="categories-picker"
options={availableTypes}