You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Scrollable Grouppanel

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>

Similar threads

Rate this thread