开发者

Mobile Safari shows no scrollbars on textarea

开发者 https://www.devze.com 2022-12-31 14:15 出处:网络
I get no visible sc开发者_JAVA百科rollbars on the y axis with the following class .bodyTextBox { height: 150px;

I get no visible sc开发者_JAVA百科rollbars 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消