@@ -41,7 +41,7 @@
<div class="file-content file-word-docx" id="docxPage" v-if="fileTypeThis === 'docx'">
<vue-office-docx
:src="fileSrc.docSrc"
- style="margin-bottom: 24px;"
+ style="margin-bottom: 24px; height: 100vh;"
@rendered="rendered"
/>
</div>
@@ -49,7 +49,7 @@
<vue-office-excel
:src="fileSrc.excelSrc"
:options="excelOptions"
+ style="margin-bottom: 24px; height: 100vh"
@error="errorHandler"