



IGNBQ adds a scrollbar to long quotes. This gets rid of that scrollbar.
If you want, you can keep the scrollbar, and just adjust the maximum quote height.
To do that, you change the word "none" with a measurement.
The IGNBQ default is 200 pixels (px), so that would look like:
max-height: 200px !important;
You can also use centimeters (cm), such as:
max-height: 15cm !important;
This is great but every time I exit firefox it reverts to having a scrollbar again... and yes I did not remove the :important; code
.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */
}