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'