Open inc/show.comments.php and change this:
- Code: Select all
echo $cache;
}
to this:
- Code: Select all
$show_it .= $cache;
}
echo '<div style="height: 100px; overflow-y:scroll">'.$show_it.'</div>';
Change 100px to your desired height.
echo $cache;
} $show_it .= $cache;
}
echo '<div style="height: 100px; overflow-y:scroll">'.$show_it.'</div>';Users browsing this forum: No registered users and 0 guests