Quote:
Originally Posted by Superwaffle
A better alternative, with a scroll bar, would be:
Code:
.signaturecontainer {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
}
It's always smart to avoid expressions in CSS.
|
This works well - but it adds a scroll bar to see the rest of the sig - I'd rather the sig just cut off so it looks bad and they want to change it. Is there a way to eliminate the scroll?