I am using the Metropolis theme, when I attempt to use logo{} or tikz or even manually place the image, it appears underneath the "banner" that contains frame titles.
I cannot figure out how to bring the image to front (overlay it) on top of the frame title.
M(N)WE:
\documentclass{beamer}
\usetheme{metropolis}
\logo{\includegraphics[height=1cm]{example-image-duck}}
\begin{document}
\begin{frame}
\frametitle{frame title}
abc
\end{frame}
\end{document}
