Skip to content

Commit

Permalink
Update src/components/Popover/Popover.tsx
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Layton <[email protected]>
  • Loading branch information
Deborah Chan and tmlayton authored Dec 4, 2019
1 parent f1e62c8 commit be4b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface PopoverProps {
fullWidth?: boolean;
/** Allow popover to stretch to fit content vertically */
fullHeight?: boolean;
/** Allow popover content to determine the overlay width/height */
/** Allow popover content to determine the overlay width and height */
fluidContent?: boolean;
/** Remains in a fixed position */
fixed?: boolean;
Expand Down

0 comments on commit be4b068

Please sign in to comment.