I am trying to finetune the position of marginpars using \vspace. However, the result is not as expected and even if I include vspace{0pt} the marginpar get's pushed down, as the MWE below illustrates. How do I get rid of this unwanted space?
I am not sure if this question is related. Is there an equivalent to \topskip for marginpars?
\documentclass{scrartcl}
\setlength{\textwidth}{60mm}
\setlength{\marginparwidth}{50mm}
\begin{document}
Nulla malesuada porttitor diam.\marginpar{No vspace command}
\vspace{5ex}
Nulla malesuada porttitor diam.\marginpar{\vspace{0pt}A 0pt vspace offset}
\end{document}


