Topic: Material Select
stalis pro asked 7 years ago
Material Select displays on top of the calendar control and the side menu from double navigation. Can this fix, please?
Edyta Dabrowska free answered 7 years ago
Hi, thank you for your post. We will think about fixing this in the future. Right now please try tweaking z-indexes and scss as Oscar suggested.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Oscar Bejarano pro commented 7 years ago
I think that this problem happened to me, what I did was to change the z-index of the select material to a smaller value. By default the select material has a z-index of 1000, it only reduces its value and you could also check if the calendar has z-index and if its value is less or greater than the select material, greetingsstalis pro commented 7 years ago
I have Material Select vertically align on top of the Calendar control. I have set mdb-ng-select { z-index: 100;}. When I click the calendar input, the calendar is now showing on top of the Material Select, but when I click the Material Select, the options are now showing behind Calendar input control.Oscar Bejarano pro commented 7 years ago
youre right my fiend, this is a problem