rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Question on how to style select list #652

Closed pxd5295 closed 7 months ago

pxd5295 commented 7 months ago

This may be a dumb question but I was wondering if it is possible to apply a backdrop-filter blur to select list background. I can't seem to figure out how to get a hold of a class selector for the Select list or if that's even possible with this library.

pxd5295 commented 7 months ago

was a dumb question just had to read through a few more issues

its :global(.svelte-select-list) { // css }

for anyone else looking