Refactor #3965 - AutoComplete style fixes

pull/4107/head
Tuğçe Küçükoğlu 2023-07-04 12:34:53 +03:00
parent 8c7ee1d604
commit b27da746cb
1 changed files with 1 additions and 1 deletions

View File

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