Check out this rough code sandbox here
There seems to be an issue with the accordion overflowing behind the button on the left side.
I attempted to add
style={{position: 'absolute', bottom:'2%', overflow: 'scroll'}}
to the Accordion or List components, but it ends up moving the entire list upwards.
Is there a solution to adjust the height of the displayed accordion so that it ends above the button rather than overlapping it?