diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-06 18:17:48 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-06 18:17:48 -0400 |
| commit | acbe0ced15150d15d81110cd2259b99e942d02e6 (patch) | |
| tree | 0ed78ca93474222aecbcf6df1a0b3bdc6eea5258 /src/client/views/pdf/Annotation.tsx | |
| parent | f87871bc0d93fe950e23e610ef52216c0a36751c (diff) | |
pdf css cleanup
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
| -rw-r--r-- | src/client/views/pdf/Annotation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx index 9d68a86b8..947f5a2e8 100644 --- a/src/client/views/pdf/Annotation.tsx +++ b/src/client/views/pdf/Annotation.tsx @@ -130,7 +130,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> { render() { return ( - <div className="pdfViewer-annotationBox" onPointerDown={this.onPointerDown} ref={this._mainCont} + <div className="pdfAnnotation" onPointerDown={this.onPointerDown} ref={this._mainCont} style={{ top: this.props.y * scale, left: this.props.x * scale, |
