Scroll the visitor panel with this code
**Change both the Max width and heigh and normal height and width to your liking**
This can be placed anywhere.
|
Source code
|
1
2
3
4
5
6
7
8
9
|
<style type="text/css">
#visitors_panel_body, .imvucodes_net {
max-height:400px;
height:400px;
max-width:500px;
width:500px;
overflow:auto;
}
</style>
|