When I add a tabularenvironment to the footline of my presentation, only the first line is shown. How can I increase the heigth of the footline to show the whole table?

\documentclass[12pt,ngerman]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\setbeamertemplate{navigation symbols}{}
\begin{document}
\setbeamertemplate{footline}{
{
\tiny\begin{tabular}{p{0.25\textwidth}p{0.25\textwidth}p{0.45\textwidth}}
First line & John Doe & fsdfs\\
second line \& Title of the talk & dsdfsd\\
some third line & &
\end{tabular}
}}
\frame{
\frametitle{fdfsdgdf}
\begin{itemize}
\item
\item
\item
\end{itemize}
}
\end{document}


\allowframebreaksto break sooner so as to not overlap the logo (I am allowing frame breaks for a bibliography only). – EL_DON May 10 '17 at 07:46