如何定位 LeftNav 使其不覆盖 AppBar

How to position the LeftNav to not cover the AppBar

this PR 之前,通过将 'top' 属性应用于组件样式,我可以轻松地将我的 LeftNav 向下移动以不覆盖 AppBar。 现在这个 PR 将样式应用于根元素,这不再有效,LeftNav 是全高的。 有没有办法设置根元素的样式以再次降低 LeftNav? (将顶部样式应用于根元素不起作用,因为内部 LeftNav 具有 'position: fixed and top: 0' 的内联样式)

<LeftNav containerStyle={ {'top': '75px'} }>