diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index e2394f3a923c183562c69672fe40b9f1bc54ca9f..079381715c0304ae4ded44f621a6cd547291c799 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>