diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
| commit | 7921253dfc1e115b9e8beaa845f952fa5c3eb226 (patch) | |
| tree | 3c785523ab35f421b69ad3c5517e22d2bb55027a /src/client/views/nodes/PDFBox.scss | |
| parent | f905d60fecaf7301c1ffb716529d6e5b86130798 (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.scss | 2 |
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 |
