Add scroll for the options list in the Dropdown

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="Dropdown__DropdownContainer-sc"] {
max-height: 450px;
overflow: hidden auto;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: