Hi again ๐
I'm rewriting a Vue component that I'm using in a .mdx file, which I put some children elements in. Everything worked as it should, except I'm getting a <astro-slot>...</astro-slot> tag around the slot content (in dev). This seems to create a boundary, as I have targeting the children with my CSS.
Any hints for me?