Is there a way to ensure the Fab button is completely visible? The left side often gets hidden under the left pane. I attempted to increase the z-index, but it did not have any effect.
<UpperPane>
<Fab
style={{
position: "absolute",
left: "-25px",
zIndex: 999
}}
color="primary"
aria-label="add"
>
<AddIcon />
</Fab>
</UpperPane>