Hello,
I get no visible scrollbars on the y axis with the following class
.bodyTextBox
{
height: 150px;
width: 225px;
overflow-x: hidden;
overflow-y: scroll;
padding: 10px;
}
while every other browser works fine.
Any info is very much appreciated.