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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-07 00:43:03 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-07 00:43:03 +0300
commitb67dfd26e532a592ef7b7f7a00b9783c05386163 (patch)
treeb699788cc5f53278695fb223c598b80a494348a4 /src/components/ViewerComponent.vue
parent6733605c8624dfd324d979937a1c1046c0b7bb95 (diff)
🐛 (#2371): fix viewer integration styling
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 9e86c5277..22b8402a2 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -71,7 +71,8 @@ export default {
</script>
<style lang="scss">
#editor-container {
- top: var(--header-height);
+ top: 0;
+ height: calc(100vh - var(--header-height));
}
@media only screen and (max-width: 512px) {