Dan

Results 10 comments of Dan

Same problem. Any solution?

Still an issue for React. Is any mitigation for this issue?

No luck, as I migrated to another editor meanwhile, because of various issue I started to hit.

Thanks @thefedoration for the solution. This is working, since the styling is not really what's expected. (Maybe this should be added as a config in the editor.) One more item...

Thank you, Rohit. I will keep following if there is any update on this; and I can take a deeper look into the code and we can discuss solutions over...

I think that it would interesting to have the divs width and height changing in percentages and not absolute values. It will allow other components to move along nicely.

A comment that this does not work with React 16+ would be good in the description of this library.

It is because of the fixed position on the toolbar elements. Did you find a solution? Adding absolute could be one, but it is causing other issues.

Any final solution to this problem for Windows? Edit: === This is what I ended up doing: ``` public class Client : ClientWConsole { public Client(ITestOutputHelper output) : base(output) {...