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
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.24.0
- Device: Any
- Browser: Any
- OS: CentOS
- Provided sample code: No
- Provided link: No
Related topics
jimgroome commented 5 years ago
You can add a CSS rule to
.dropdown-content
, like this:.dropdown-content{ background-color:transparent; }
Piotr Glejzer staff commented 5 years ago
this is a good idea