aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-06 18:17:48 -0400
committerbob <bcz@cs.brown.edu>2019-08-06 18:17:48 -0400
commitacbe0ced15150d15d81110cd2259b99e942d02e6 (patch)
tree0ed78ca93474222aecbcf6df1a0b3bdc6eea5258 /src/client/views/pdf/Annotation.tsx
parentf87871bc0d93fe950e23e610ef52216c0a36751c (diff)
pdf css cleanup
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
-rw-r--r--src/client/views/pdf/Annotation.tsx2
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,