diff --git a/korektury/templates/korektury/korekturovatko/moduly/stranky_pdfka.html b/korektury/templates/korektury/korekturovatko/moduly/stranky_pdfka.html
index c96cf544..1f00f678 100644
--- a/korektury/templates/korektury/korekturovatko/moduly/stranky_pdfka.html
+++ b/korektury/templates/korektury/korekturovatko/moduly/stranky_pdfka.html
@@ -126,6 +126,7 @@
         ); // FIXME nemám páru, proč +VERTIKALNI_MEZERA funguje, ale opravuje to bug, že nově vytvořené korektury za sebou neměly mezeru
       }
 
+      this.htmlElement_div.style.height = "unset";
       if (this.htmlElement_div.offsetHeight < spodek_posledni_korektury)
         this.htmlElement_div.style.height = spodek_posledni_korektury;
     }