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개의 좋아요