mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 18:14:55 -05:00
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981
This commit is contained in:
committed by
Mike Sherov
parent
69ce829dfe
commit
861476eb3f
Submodule src/sizzle updated: f690144148...3ed4e970e2
@@ -172,7 +172,7 @@ jQuery.support = (function() {
|
||||
// Run tests that need a body at doc ready
|
||||
jQuery(function() {
|
||||
var container, div, tds, marginDiv,
|
||||
divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
|
||||
divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",
|
||||
body = document.getElementsByTagName("body")[0];
|
||||
|
||||
if ( !body ) {
|
||||
|
||||
Reference in New Issue
Block a user