This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
[MDCSelect] overflow inside of dialog #5590
Closed
Description
Bug report
Select within dialog creates overflow for dropdown menu
That was one of the reasons we used mdc-select__native-control
, besides #5428 (we can't simply send form data as fetch(url, new FormData(formElement))
now).
Also mobiles handle native select dropdowns better.
Steps to reproduce
- Create dialog with MDCSelect inside
Actual behavior
↑
Expected behavior
Not to have overlay.
Your Environment:
Software | Version(s) |
---|---|
MDC Web | 4.0.0 |
Browser | Brave / Chrome |
Operating System | Win10 |
Possible solution
Hoist menu to body in some way?