Hi Roderick
I know the scrolling bar is a pain but long testimonials can get out of hand.
If you need to you can remove it from the katb_user_styles.css file
/*
* ------ Widget Basic Display Styles ----------------------- */
.katb_widget_test_box_basic {
padding: 0;
margin: 0;
max-height: 12em; /***** Remove or comment out */
overflow: auto; /**** Remove or comment out */
}
/*
* ------ Widget Custom Display Styles ----------------------- */
.katb_widget_test_box {
padding: 10px 10px 20px 10px;
margin: 0;
max-height: 12em; /****** Remove or comment out */
overflow: auto; /****** Remove or comment out */
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
There will be an update out soon, and you will have to repeat this when you upgrade.