Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-09 02:20:59 +0300
committerLouis Chemineau <louis@chmn.me>2021-07-13 15:21:24 +0300
commite17b570d3f702a8f87ae63777634d6699be209fa (patch)
tree714fc869318ba0930802f42673a19973a2383475 /src
parent8ceea610a2f16fceb9f034719ae73676400c398c (diff)
Fix pdfviewer design
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'src')
-rw-r--r--src/views/PDFView.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/PDFView.vue b/src/views/PDFView.vue
index ac402f7..b1afb8c 100644
--- a/src/views/PDFView.vue
+++ b/src/views/PDFView.vue
@@ -50,6 +50,8 @@ export default {
<style lang="scss" scoped>
iframe {
width: 100%;
- height: 100%;
+ top: 50px;
+ position: absolute;
+ height: calc(100vh - 50px);
}
</style>