Topic: Material Select inside of Card component
Jens Ober pro asked 6 years ago
- the caret on the right side is not visible
- the label is overlapping the card header
Damian Gemza staff answered 6 years ago
mdb-select > div > div.single > div.toggle { z-index: 1; }
<div class="card mb-5"> <div class="card-header mb-4"> <h3>Choose…</h3> </div> <div class="card-body"> <mdb-select [options]="optionsSelect" name="select" placeholder="Choose your option" class="colorful-select dropdown-primary"></mdb-select> <label for="select">Blue select</label> </div> </div>
Jens Ober pro commented 6 years ago
Hi Damian, thank you. It works! Regards, JensDamian Gemza staff commented 6 years ago
Glad that could help you! Closing ticket right now. Best Regards, DamianDamian Gemza staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No