Skip to content

Fix For Shadow DOM

Latest
Compare
Choose a tag to compare
@alijaya alijaya released this 11 Jun 22:13
· 1 commit to master since this release

So I should release this long time ago... The issue with Shadow DOM has been fixed with some hacks. So you need to specify which element will be the header of the iron-accordion (the one that need to be clicked to reveal the rest).
This is because, before I use *:first-child selector and somehow in Shadow DOM, it doesn't worked as expected.