Hi
Can I change the height of the dropdown window so the scroll bar goes away?
Actually I just did it like this
.cDypYP {
max-height: 500px !important;
}
Hi there, @user4817 ![]()
Yep, this code is correct, but I’ve slightly adjusted it. .cDypYP is a temporary class which may stop working after the widget’s updates, so I’ve replaced it with the more stable [class*="dropdown__Container-sc"]
Just in case, we have a tutorial for the CSS creation. Feel free to check it out
- Guide to CSS Codes