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
Don't give webview a width if its container has none
Fixes#94805
When the panel is maximized over a webview, on reload VS Code calls `.layout` with the dimensions of the editor. However in this case, the dimensions do not match what is actually visible
In this case, the parent element should have zero width so we should make sure that we do not try giving the webview a width too
0 commit comments