diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-30 03:29:27 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-30 03:29:27 +0800 |
| commit | 73bbc602fb964c82999faccfdde8eeca6fbf08c4 (patch) | |
| tree | 576b41e77fd3280ee282e3ece6effbca39f57901 /src/client/views/nodes/PDFBox.scss | |
| parent | 6b75f84565a5019175b16ee5ea69fc5330aa2c0d (diff) | |
| parent | cb8b5b3d9e735c88b9efdd9b4a444cac40fdedb2 (diff) | |
Merge branch 'master' into mobile_revision_direct
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index fbbd49a2f..f2ab37984 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -1,7 +1,7 @@ .pdfBox, .pdfBox-interactive { display: inline-block; - position: absolute; + position: relative; height: 100%; width: 100%; overflow: hidden; @@ -202,7 +202,7 @@ } .pdfBox { - .pdfViewer-text { + .pdfViewerDash-text { .textLayer { span { user-select: none; @@ -213,8 +213,7 @@ .pdfBox-interactive { pointer-events: all; - - .pdfViewer-text { + .pdfViewerDash-text { .textLayer { span { user-select: text; @@ -293,4 +292,4 @@ width: 50px; font-size: 30px; } -}
\ No newline at end of file +} |
