min-height/min-width doesn't respect box-sizing in some browsers

前端 未结 1 667
既然无缘
既然无缘 2020-12-16 21:15

See this example: http://jsfiddle.net/vrgT3/5/

I made a 250x250px parent div with overflow: auto; so scrollbars appear when the content ove

相关标签:
1条回答
  • 2020-12-16 22:04

    This is unfortunate bug of Firefox (see bug 308801) and IE8 (IE9 works correctly).

    The bug is fixed in Firefox 17+.

    0 讨论(0)
提交回复
热议问题