diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-24 14:10:32 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-24 14:10:32 -0400 |
| commit | 01d172a91d9a140129d2dd938c3289d7a0d25f16 (patch) | |
| tree | 976091e440abd7f77364cdb45eca582595ef6d0a /src/client/views/nodes/PDFBox.scss | |
| parent | 3fce8beb887962d97c9fb880bb7a8e836ddf7bf4 (diff) | |
cleaned up nativewidth/height for Image and Video and some PDF stuff.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 3760e378a..449408a61 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -17,6 +17,10 @@ z-index: 25; pointer-events: all; } +.pdfBox-thumbnail { + position: absolute; + width: 100%; +} .pdfButton { pointer-events: all; width: 100px; |
