Go to file
Simon Backx 7e9b2d544c Replaced iframe with shadow DOM
no issue

- Instead of an iframe tag, we use the shadow DOM to separate CSS.
- The CSS is fully isolated, except for inherited properties. To fix that, we needed to add `:host { all: initial; }` to the CSS.
2022-07-05 11:46:14 +02:00
apps/comments-ui Replaced iframe with shadow DOM 2022-07-05 11:46:14 +02:00