[select] Support non-modal select
Open
Nobody has claimed this yet.
priority: important
scope: menu
scope: select
type: new feature
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Current Behavior 😯
When I open a Select component vertical scroll bar of the page disappears.
See here

I don't have a demo to reproduce sorry, but I suppose this is a known issue: https://github.com/mui-org/material-ui/issues/8710, https://github.com/mui-org/material-ui/pull/7239, so maybe someone can help.
The select component is located on an app bar on the screenshot.
I tried setting box-sizing: border-box on App bar, no help.
Expected Behavior 🤔
The scrollbar should not disappear.
Your Environment 🌎
| Tech | Version |
|---|---|
| Material-UI | v3.1.1 |
| React | 16.5 |
| Browser | Chrome |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.