How to correct the resize handler changing position in text area field in BaseWeb Rect

19 Views Asked by At

When I select the text area to add text the position of resize handler changes as shown as below

enter image description here

It seems when in focus the text area width reduces inside the parent container of the component as shown below

enter image description here

How can I fix this issue

the issue is that the button on focus takes up that space and forces the text area to resize. How can I use override to access the close btn and make it position absolute so it is taken out of its context

0

There are 0 best solutions below