ziffmedia / nova-select-plus

A Laravel Nova Select Field
MIT License
91 stars 26 forks source link

Make vue-select append overlay to body #66

Closed ralphschindler closed 7 months ago

ralphschindler commented 7 months ago

An attempt to send the overlay to the body node, which is similar to what Nova does when it uses teleport to="body".

Utilizing https://vue-select.org/api/props.html#calculateposition and appendToBody.

Currently not working in dark mode (because dark selector won't apply), perhaps @setonb knows a solution here?