Skip to content

Commit

Permalink
removing unnecessary showOVerflow prop. The box shadow for the popup …
Browse files Browse the repository at this point in the history
…component no longer requires this.
  • Loading branch information
BrittanyIRL committed Jul 1, 2020
1 parent ae1929d commit 5aebf5c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assets/src/edit-story/components/fontPicker/fontPicker.js
Expand Up @@ -135,12 +135,7 @@ function FontPicker({ onChange, lightMode = false, placeholder, value }) {
<FontPickerTitle>{value || placeholder}</FontPickerTitle>
<DropDownIcon />
</FontPickerSelect>
<Popup
showOverflow
anchor={ref}
isOpen={isOpen}
fillWidth={DEFAULT_WIDTH}
>
<Popup anchor={ref} isOpen={isOpen} fillWidth={DEFAULT_WIDTH}>
<FontPickerContainer
isOpen={isOpen}
value={value}
Expand Down

0 comments on commit 5aebf5c

Please sign in to comment.