aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-14 09:54:04 -0400
committerbob <bcz@cs.brown.edu>2019-03-14 09:54:04 -0400
commit7921253dfc1e115b9e8beaa845f952fa5c3eb226 (patch)
tree3c785523ab35f421b69ad3c5517e22d2bb55027a /src/client/views/nodes/PDFBox.scss
parentf905d60fecaf7301c1ffb716529d6e5b86130798 (diff)
fixed zoom behavior of pdf / video buttons.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index 9f92410d4..ad947afd5 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -11,5 +11,5 @@
}
.pdfBox-contentContainer {
position: absolute;
- transform-origin: "left top";
+ transform-origin: left top;
} \ No newline at end of file