Inline CSUI Component + ShadowDOM not rendering elements that enter DOM tree later, correctly.
I'm using Shad-cn & React.JS. (confirmed shad-cn is ok)
I've created inline anchor. Within the content script, I have a Select input, which opens as the user click it. As the user clicks over it, the options cuts to the bottom of the extension going outside of the extension as you can see in the screenshot attached.
* Points to consider
1 - The Select options aren't available in DOM and enters in the DOM tree after user clicks the element.
2 - The select options doesn't take styles that are provided after it enters the DOM.
3 - The Select options renders outside of the extension widget, overflowing with the webpage.
Important code snippets:
Maybe, this is a known issue and/or have a valid solution already to this problem. Either ways, I'll appreciate the solution to this.
0 Replies