Fixes the height of your messages panel and adds a scrollbar. Can be placed anywhere. You can modify the parameters (300px) to adjust the box height.
|
Source code
|
1
2
3
4
5
6
7
|
<style type="text/css">
#messages_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>
|