diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-24 15:59:39 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-24 15:59:39 -0400 |
commit | 089aaf64964b0f1793a69ef6bf37eb2db41904af (patch) | |
tree | 248e7c860a84bb272dbf933643cfa7c9e85cae5f /src | |
parent | a99639e9073ea154728ff9676c41af646791f4cd (diff) |
merge
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index aa421ff9c..a129e89b9 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -125,7 +125,7 @@ export class PDFBox extends DocComponent<FieldViewProps, PdfDocument>(PdfDocumen return !this.props.active() ? (null) : ( <div className="pdfBox-settingsCont" onPointerDown={(e) => e.stopPropagation()}> - <button className="pdfBox-settingsButton" onClick={this.toggleFlyout} + <button className="pdfBox-settingsButton" onClick={this.toggleFlyout} title="Open Annotation Settings" style={{ marginTop: `${NumCast(this.props.ContainingCollectionView!.props.Document.panY)}px` }}> <div className="pdfBox-settingsButton-arrow" style={{ |