ok that correction was a display scam sorry fallback

master
km0 2 years ago
parent 212ad290a3
commit 3a6c78f650

@ -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'

Loading…
Cancel
Save