LDEV-3490 Fix title breaking in progress bar
The progress bar is not displayed when its elements get created.
Javascript can not predict their dimensions. We need to create a dummy,
visible Snap paper, adjust elements there and only add the final version
to the real paper.