You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I tried and works were setting NodeRenderer CSS attribute with values max-width: calc(100% - 17px). 17px is width of scrollbar. But I feel bad about this because I think it is a little bit hacky and would be a nice check whether is need to apply this style. I mean it would be great not to apply this style every time.
Is there some chance to do it?
The text was updated successfully, but these errors were encountered:
Hi, I found there is a problem when you toggle expanded text.
The bug occurs only when expanded text is larger than the parent container and is need to add a scrollbar to the container.
Follow these steps to reproduce the bug:
After this, you should see the following bug.
What I tried and works were setting
NodeRenderer
CSS attribute with valuesmax-width: calc(100% - 17px)
. 17px is width of scrollbar. But I feel bad about this because I think it is a little bit hacky and would be a nice check whether is need to apply this style. I mean it would be great not to apply this style every time.Is there some chance to do it?
The text was updated successfully, but these errors were encountered: