I'd like for footnotes to be further down, to finish at the height where the numbering of pages does. This (hopefully, but not necessarily) without changing the area the text is written.
This is how I have it set up, couldn't find any information on how to do it online, please help. Thanks!
MWE (without aesthetics changes):
\documentclass[10pt]{beamer}
\usetheme[progressbar=frametitle]{metropolis}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\begin{frame}{Trial Slide}
Text \footfullcite{sigfridsson}
\end{frame}
\end{document}


