Select list does not render above standard HTML <dialog>
#434
Closed
Description
Since svelte-select portals the list to the bottom of document body, it can never be above "top layer" which is where <dialog>
renders to (more reading).
Wondering if there's an option to disable the portaling and render the list inline next to the root svelte-select element?