react-magma
react-magma copied to clipboard
Drawer: Should it have a default overflow?
Describe the bug
Our drawer does not have a default overflow property, so long content gets cut off. Adopters need to manually add overflow: auto. Should this be a default property? Note: this may affect Modal
To Reproduce Steps to reproduce the behavior:
- Go to https://codesandbox.io/p/sandbox/react-magma-example-forked-j48f3p
- Notice that without the overflow: auto manual style, the drawer hides content
Expected behavior Investigate if this is worth including and ensure there are no side effects