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

Special Someones Panel Scrollable

This makes the special someones panel scrollable.

Source code

1
2
3
4
5
6
7
<style type="text/css">
#special_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>

Rate this thread