From 3a6c78f65010df68b10bf519eedff0a1955baba6 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Fri, 18 Mar 2022 16:10:38 +0100 Subject: [PATCH] ok that correction was a display scam sorry fallback --- postit/static/js/bleed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postit/static/js/bleed.js b/postit/static/js/bleed.js index e347c68..80c837a 100644 --- a/postit/static/js/bleed.js +++ b/postit/static/js/bleed.js @@ -35,7 +35,7 @@ function progressBar(bar){ let parent = bar.closest(".pagedjs_sheet"); parent.prepend(bar); - bar.style.height = `calc(2mm + ${height + 1}px)` + bar.style.height = `calc(2mm + ${height}px)` bar.style.width = `calc(4mm + ${width}px)` bar.style.bottom = '0' bar.style.top = 'initial'