svelte-popover
svelte-popover copied to clipboard
Do not use global classes
The root element uses class "popover" which can't be replaced and may conflict with other app's css. It grabs to svelte-popover bootstap's popover styles, for example. Is it possible to isolate svelte-popover from outside css?
What about .svlt-popover
?