#node positioning in tcolorbox
1 messages · Page 1 of 1 (latest)
Hi @narrow wedge, I think you can try positioning library from TikZ
\tcbset{frogbox/.style = {
enhanced,
enlarge top by = 3em,
overlay = {\node[anchor = west, yshift=1.5em] at (frame.north west){\includegraphics[width=3em]{leo.png}};}
}
}
\begin{tcolorbox}[frogbox]
Hello, Leo!
\end{tcolorbox}
reaction for more information.