Mobile Safari shows no scrollbars on textarea

Posted by Keith Myers on Stack Overflow See other posts from Stack Overflow or by Keith Myers
Published on 2010-05-19T22:34:35Z Indexed on 2010/05/19 22:40 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about mobile

Related posts about safari