changeset 3304:ad27721d804d

client: waterlevel diagram: make sure pdf container is outside of viewport
author Markus Kottlaender <markus@intevation.de>
date Fri, 17 May 2019 09:51:28 +0200
parents d6405c6769a3
children 5932f9574493
files client/src/components/gauge/Waterlevel.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Fri May 17 09:50:24 2019 +0200
+++ b/client/src/components/gauge/Waterlevel.vue	Fri May 17 09:51:28 2019 +0200
@@ -55,7 +55,7 @@
     </div>
     <div
       id="pdfContainer"
-      style="position: absolute; z-index: -1; top: 600px;"
+      style="position: absolute; z-index: -1; top: -9999px;"
     ></div>
   </div>
 </template>