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
committerJulius Härtl <jus@bitgrid.net>2022-05-17 16:24:34 +0300
commit4e08dce97d202ae552be72263c29bfa88c47ce45 (patch)
tree77ca53a6b518d36573959898ce7f48b2f07af0b6
parent56a8e9b7fb2d95777d91bfcc3ccfc960f4b17309 (diff)
🐛 (#2371): fix viewer integration styling
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
-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 361fa1b1e..c31b095ad 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) {