Mobile Safari not displaying scrollbars on textarea

I do not see visible scrollbars on 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 information is greatly appreciated.

+2


a source to share


1 answer


It turns out that the iPhone is working. You have to place TWO Fingers in the text box and then move them up or down to scroll. Very strange.



+4


a source







All Articles