Prior to this PR, I could easily move my LeftNav so as not to close the AppBar by applying the "top" attribute to the component style. Now that this PR applies the style to the root element, it no longer works, and LeftNav is full. Is there a way to style the root element to return LeftNav again? (applying the top style to the root element does not work, because the internal LeftNav has the built-in styles "position: fixed and top: 0")
source
share