rob-balfre / svelte-select

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

Allow `list-container` class to be set dynamically #427

Closed spencermize closed 2 years ago

spencermize commented 2 years ago

Hi,

Is it possible to allow the .list-container class to be overridden? Since it's now appended to the global body, targeting such a common selector name with CSS could potentially be a bit dicey. Thanks!

rob-balfre commented 2 years ago

Hi,

Is it possible to allow the .list-container class to be overridden? Since it's now appended to the global body, targeting such a common selector name with CSS could potentially be a bit dicey. Thanks!

Yes. Great idea. Will update shortly. Thanks