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.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Turns out that's the way iPhone works. You have to place TWO fingers inside the textarea and then move them up or down to scroll. Very weird.

link|improve this answer
Thanks for this, never would have known about that trick otherwise. – nickb Feb 27 '11 at 21:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.