hoistMenuToBody method

void hoistMenuToBody()

Removes the menu-surface element from the DOM and appends it to the body element. Should be used to overcome overflow: hidden issues.

Implementation

void hoistMenuToBody() => js.hoistMenuToBody();