How do I make a CSUI container fill the anchor's width and height?
Working on my first browser extension and ran into this issue - I want to have the CSUI container fill anchor's width and height, so I can then use much simpler CSS to position the contents of the CSUI container wherever I want across the anchor element.
In my case, the anchor element is a simple
textarea
(I don't need to handle the case where the textarea gets resized).0 Replies