How can I get top-alignement for marginnotes?
I tried optional commands like heightadjust, deptadjust - without succes.
By the way: I need to use to use the marginnote-package.
\documentclass[fontsize=9pt, paper=a5]{scrreprt}
%\usepackage{showframe}
\usepackage[]{marginnote} % heightadjust deptadjust parboxrestore
\renewcommand*{\marginfont}{\sffamily\bfseries\footnotesize}
\usepackage{blindtext}
\begin{document}
\chapter{First Chapter}
{\Huge Huge to highlight the align effect.} \marginnote{121}
\blindtext
\marginnote{122} \blindtext
\end{document}

