Rendering not in body
Hi,
My application is embedded (not iframe), I want to render the popup-root under the application root. Another problem that I see is that popup-content has element styles which I cannot override.
@yjose Is this possible? I found a PR to implement this from a couple years ago that was rejected, but 2.0 updated to Portals. Seems like this should be more easily possible now? I can work on PR if it would help.
@lishine I looked through the source and you can see here that if you add an element to with an id of popup-root it will render into that element. I tested this for my situation and it worked perfect!
@SimplyComplexable can you add it somewhere in the docs
@yjose I created PR #239 let me know if you want any updates.