diff options
| author | eeng5 <eleanor_eng@brown.edu> | 2019-08-23 13:10:59 -0400 |
|---|---|---|
| committer | eeng5 <eleanor_eng@brown.edu> | 2019-08-23 13:10:59 -0400 |
| commit | 601c8d2b0b8197e324f9cbadf525fe03fac5b345 (patch) | |
| tree | dccf8b8e413176414a05b15ffc18567a9ceb0e9f /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | b895fcf2f63c4bddf413f9572964dfdfa083fd37 (diff) | |
fixed colorpicker flyout anchorPoint
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index 01bfd813b..a99aa67a4 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -304,7 +304,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC <EditableView {...headerEditableViewProps} /> {evContents === `NO ${key.toUpperCase()} VALUE` ? (null) : <div className="collectionStackingView-sectionColor"> - <Flyout anchorPoint={anchorPoints.TOP_CENTER} content={this.renderColorPicker()}> + <Flyout anchorPoint={anchorPoints.CENTER_RIGHT} content={this.renderColorPicker()}> <button className="collectionStackingView-sectionColorButton"> <FontAwesomeIcon icon="palette" size="sm" /> </button> |
