Refactor #3965 - AutoComplete style fixes
parent
8c7ee1d604
commit
b27da746cb
|
@ -102,7 +102,7 @@ const styles = `
|
|||
`;
|
||||
|
||||
const inlineStyles = {
|
||||
root: ({ props }) => ({ position: props.appendTo === 'self' ? 'relative' : undefined })
|
||||
root: { position: 'relative' }
|
||||
};
|
||||
|
||||
const classes = {
|
||||
|
|
Loading…
Reference in New Issue