79750126

Date: 2025-08-29 10:23:19
Score: 1
Natty:
Report link

You can achieve this by wrapping your dropdown inside a div and applying a max-height to div.

.ddDivWrap{
    max-height: 180px;        
    overflow-y: auto;         
    width: 450px;     
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sharad-aghara