Skip to content

Commit

Permalink
Refactor #3965 - AutoComplete style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 4, 2023
1 parent 8c7ee1d commit b27da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/autocomplete/BaseAutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const styles = `
`;
const inlineStyles = {
root: ({ props }) => ({ position: props.appendTo === 'self' ? 'relative' : undefined })
root: { position: 'relative' }
};
const classes = {
Expand Down

0 comments on commit b27da74

Please sign in to comment.