9
Views
1
Comments
Solved
[Dropdown Search] Overriding the class, but having other problems with the style

Hi, good morning from here.


I'm working on a project where I need to use a dropdown search with 20 items labeled "module." I've successfully changed the style by overriding some classes to meet the customer's requirements. However, when I scroll through the items in the dropdown, a white part appears at the end, which seems to be part of the container.

When I inspect this issue using the developer tools and adjust the height, the dropdown changes, but it hides some of the items.

Here is an image of the problem I'm facing:


when i try to change the height, always hide the items.


Anyone just face this?


I overrode the classes below to accomplish the result that i want.

2020-07-21 19-28-50
Rajat Agrawal
Champion
Solution

Hi @David mafra Filho,

Please check z-index property.

or after increasing height check overflow is visible or hidden.

These two properties you can check by inspect or if possible share some sample OML.


Regards,

Rajat

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.