diff --git a/BeWoPlanerMobil/Views/Report/ConfirmationReceiptSignaturePartial.cshtml b/BeWoPlanerMobil/Views/Report/ConfirmationReceiptSignaturePartial.cshtml index 4b9e7547f..dd263a281 100644 --- a/BeWoPlanerMobil/Views/Report/ConfirmationReceiptSignaturePartial.cshtml +++ b/BeWoPlanerMobil/Views/Report/ConfirmationReceiptSignaturePartial.cshtml @@ -20,7 +20,9 @@ $(".signature-card").ready(function () { try { - $(".signature-card").height(getMaxElementHeight("signature-card")); + setTimeout(function() { + $(".signature-card").height(getMaxElementHeight("signature-card")); + }, 100); } catch (error) { showErrorPopup(error); }