I'm working off this example
I've successfully created all the examples on the page except for the button / toggle drop down. When I copy the code from the web page and place it on my own, the menu displays in the upper left corner of the browser.
It is not positioned relative to the button element that triggers it.
Any suggestions?
Hi,
Can you please wrap the menu as shown below:
<!--begin::Menu wrapper-->
<div>
...
</div>
<!--end::Menu wrapper-->