#Individual DOM with Astro Live Code

5 messages · Page 1 of 1 (latest)

zealous blaze
#

The image shows background-attachment: fixed; being applied, but since my code block is part of my website DOM it will also react which is something I don't want.

#

I want to isolate my demos without having to use elements like <iframes>

junior ivy
zealous blaze
#

That works partially, but it still bleeds CSS from the code block to the DOM of my docs

zealous blaze
#

is it there any way to isolate DOM using the <slot> tag component? i tried to use the CSS all: unset property;