mtheme
mtheme copied to clipboard
Space between footnote and Bottom of the slide
Is there a way to get rid of the space between a footnote and the bottom of a slide? IMO it wastes too much space for the presentations main content. Screenshot:
\documentclass[aspectratio=169, 10pt]{beamer}
\usetheme[progressbar=frametitle]{metropolis}
\begin{document}
\begin{frame}{Test}
Foonote here\footnote{This is a footnote}.
\end{frame}
\end{document}