Positioning header drop-down menus with fk-d-menu

This was more of a general question about placing the DMenu component. But I should indeed have a better look at the component code.. :melting_face: Saw there’s also an offset argument, so I can place like:

<DMenu
 @placement="bottom-end"
 @offset="0"
 ..
>

And then it’s placed like the other menu panels, slightly above the header:

3 Likes