Type: **minor** **Describe the bug** Dropdowns in dialogs don't always work because the drawer `paper` element has overflow hidden. **Possible Solution** Add to the `overrides` section of `defaultTheme.js` `MuiDialog: { paper: { overflowY: "visible" } }`
Type: minor
Describe the bug
Dropdowns in dialogs don't always work because the drawer
paperelement has overflow hidden.Possible Solution
Add to the
overridessection ofdefaultTheme.jsMuiDialog: { paper: { overflowY: "visible" } }