How to change the height of the dropdown window

Hi

Can I change the height of the dropdown window so the scroll bar goes away?

2 Likes

Actually I just did it like this

.cDypYP {
max-height: 500px !important;
}

Hi there, @user4817 :waving_hand:

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 :wink: - Guide to CSS Codes