Nevermind, i added css to add a height value and that worked.
/* Line 315 */
.nbs-flexisel-inner
{
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
background-color: #ffffff;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
height: 200px !important;
}
9 years 10 months ago #2
by cjmicro