How do I scroll my widget based testimonial content

See What’s NNN of “.testimonials-widget-testimonialsNNN”? for NNN identification. Then in your theme’s styles.css file add CSS like the following.

.testimonials-widget-testimonialsNNN {
    overflow: auto;
}