diff options
author | liabru <liabru@brm.io> | 2015-11-08 18:16:38 +0000 |
---|---|---|
committer | liabru <liabru@brm.io> | 2015-11-08 18:16:38 +0000 |
commit | dc9716b0385ea1c20bd81b7ca84e82f6caa92cd1 (patch) | |
tree | 54d8e4769c3db1c65dd3d5abf76734300b1748e8 /jquery.matchHeight.js | |
parent | 431e4d0eb332a4d34440116e76563abd7104e660 (diff) | |
parent | 89b74a7bbcc65504056cbb9bc952bbbd11e612f0 (diff) | |
download | jquery-match-height-dc9716b0385ea1c20bd81b7ca84e82f6caa92cd1.zip jquery-match-height-dc9716b0385ea1c20bd81b7ca84e82f6caa92cd1.tar.gz jquery-match-height-dc9716b0385ea1c20bd81b7ca84e82f6caa92cd1.tar.bz2 |
Merge branch 'jorrit-floatingcontents'
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r-- | jquery.matchHeight.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index 2034082..18a75cf 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -191,7 +191,8 @@ 'margin-bottom': '0', 'border-top-width': '0', 'border-bottom-width': '0', - 'height': '100px' + 'height': '100px', + 'overflow': 'hidden' }); }); |