Change widget's height

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

.eapps-faq-inner {
max-height: 350px;
overflow-y: auto;
}