Refactor #3965 - AutoComplete style fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-04 12:34:53 +03:00
parent 8c7ee1d604
commit b27da746cb

View file

@ -102,7 +102,7 @@ const styles = `
`;
const inlineStyles = {
root: ({ props }) => ({ position: props.appendTo === 'self' ? 'relative' : undefined })
root: { position: 'relative' }
};
const classes = {