Erica Marchi
Erica Marchi
Same problem here. I'm stuck :S @matteocusinato have you solved?
I have the same problem with svg elements. I tryied to add width and height of each svg as an attribute and not with css as someone else suggested but...
Thank you so much for the information. Now it make sense. I can't have control of the peripheral unfortunately but at least I have an answer for this question. Thank...
Same issue here. I will try @tijmenvangulik workaround!
The long label break also the toggle with (I've already added Relative to the div)  Adding flex-1 to the div, fix this issue.
@heykanna I've solved removing the attributes **title** and **snippet** when I declare my marker.
Thank you so much, I'll try this asap!
I've added inside index.html ``` Stencil Storybook Wrapper | Component Starter ``` and ran `npm run start` (` "start": "npm-run-all --parallel stencil storybook",`) but nothing changed.
news about this?
I've found the solution to my issue. It's easy! into **selects.ts** change `card => !settings.boardVisibilityPrefs[card.idBoard] ` into `card => settings.boardVisibilityPrefs[card.idBoard]` (delete the !) In this way when you I login...