Topic: Can the background of the MDB select dropdown be changed to transparent
Hi MDB team,
Expected behavior Focusing on the select control and it expands the options down with the white background by default. Can the background be changed to transparent?
Thank you, Minh
Resolved
- User: Free
- Premium support: No
- Technology: React
- MDB Version: 4.24.0
- Device: Any
- Browser: Any
- OS: CentOS
- Provided sample code: No
- Provided link: No
jimgroome pro premium commented a year ago
You can add a CSS rule to
.dropdown-content, like this:.dropdown-content{ background-color:transparent; }Piotr Glejzer staff commented a year ago
this is a good idea