A lot of people have massive images int their signature or generally it's just big which is a nightmare, this will lower the size. Really useful to use, would take advantage of this one if you have a pretty active userbase which use big signatures.
Below is an image of a signature which is to be expected when within limitations.
1.png (Size: 10.44 KB / Downloads: 10)
Below is an image which is too big and now has the scrollbar applied to it.
2.png (Size: 14.45 KB / Downloads: 16)
So to be able to do this follow these steps;
Home » Template Sets » Template-name » Edit Template: postbit_signature
Remove all contents, add the following and save.
Below is an image of a signature which is to be expected when within limitations.

Below is an image which is too big and now has the scrollbar applied to it.

So to be able to do this follow these steps;
Home » Template Sets » Template-name » Edit Template: postbit_signature
Remove all contents, add the following and save.
Code:
<hr size="1" width="100%" align="center" />
<br />
<div style="overflow: auto; height: auto; max-height: 200px; display: block;">{$post['signature']}</div>