Skip to content

Commit

Permalink
πŸ’„ Autocomplete: explicit transparent ::backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed May 22, 2024
1 parent 04429f5 commit af36ebd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ const StyledPopover = styled('div').withConfig({
padding: 0;
margin: 0;
overflow: visible;
&::backdrop {
background-color: transparent;
}
`

const HelperText = styled(_HelperText)`
Expand Down

0 comments on commit af36ebd

Please sign in to comment.