This makes your groups panel scrollable. Adjust the height value to change the size. Can be placed anywhere.
|
Source code
|
1
2
3
4
5
6
7
|
<style type="text/css">
#groups_panel_body, .imvucodes_net {
height:300px !important;
max-height:300px !important;
overflow:auto !important;
}
</style>
|