I am making a beamer presentation using this outertheme based on the more famous progressbar outertheme.
It all works fine when I compile the first time:
However, when I compile the second time in order for the progressbar to show the actual progress based on the number of slides, the progressbar is raised from the bottom of the page:
Here's the MWE that generates the slide above:
\documentclass{beamer}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\useoutertheme{progressbarjma}
\begin{document}
\frame{Test slide 1}
\frame{Test slide 2}
\end{document}
Any idea why this might be?


