Borders disappear in Chrome when I zoom in

后端 未结 7 1806
孤街浪徒
孤街浪徒 2020-11-28 12:36

I have this really simple form: http://jsfiddle.net/TKb6M/91/. Sometimes, when I zoom in or out using Chrome, the input borders disappear. For example, when I zoom to 90% I

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 13:07

    I had the same problem with a bordered div wrapping borderless input , and all the great answers here does not helped me.

    Finally, adding:

    overflow: auto; 
    

    to the div element (the one with the problematic border) did the trick.

提交回复
热议问题