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
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/PDFView.vue')
-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>