When the width of the sidebar is set using a media query (e.g. width: 20vw or @media...), and the window is resized, the main non-sidebar content resizes incorrectly.
Edit: Issue occurs if style is set via 'styles' prop, or if sidebar content width is set.
When the width of the sidebar is set using a media query (e.g.
width: 20vwor@media...), and the window is resized, the main non-sidebar content resizes incorrectly.Edit: Issue occurs if style is set via 'styles' prop, or if sidebar content width is set.