diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-03 18:21:15 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-03 18:21:15 +0100 |
| commit | deab673d43b1293857f708fa7a64228c023093e1 (patch) | |
| tree | 2e98ce8dc687a20692d9db5ed79a6e7c464017bd | |
| parent | ab6f79c472bc306c82f85dea660e7c7351e3413e (diff) | |
| parent | 17a6b5e8432fe38397be01e8e79d473b8b84d77f (diff) | |
| download | bootstrap-deab673d43b1293857f708fa7a64228c023093e1.tar.xz bootstrap-deab673d43b1293857f708fa7a64228c023093e1.zip | |
Merge pull request #14985 from twbs/14972-wall
Add Wall of Browser Bugs entry for #14972
| -rw-r--r-- | docs/browser-bugs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index e2394f3a9..079381715 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -137,6 +137,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://bugs.webkit.org/show_bug.cgi?id=138201">WebKit bug #138201</a>, <a href="http://openradar.appspot.com/18819624">Apple Safari Radar #18819624</a></td> <td><a href="https://github.com/twbs/bootstrap/issues/14708">#14708</a></td> </tr> + <tr> + <td>Chrome</td> + <td>On Windows and Linux, body content can be scrolled even though <code>overflow: hidden;</code> is applied to it.</td> + <td><a href="https://code.google.com/p/chromium/issues/detail?id=429604">Chromium issue #429604</a></td> + <td><a href="https://github.com/twbs/bootstrap/issues/14972">#14972</a></td> + </tr> </tbody> </table> </div> |
