diff options
| author | Chris Rebert <[email protected]> | 2016-03-06 20:53:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-06 20:54:32 -0800 |
| commit | 0016c7f3038c3f7dd8feef0a6bb6178f4f9b4571 (patch) | |
| tree | 5b6baef6927af006a284307900032bf86cc9bb34 /docs | |
| parent | 56b04733a60efd074891c3043ced5da4ddddcb8e (diff) | |
| download | bootstrap-0016c7f3038c3f7dd8feef0a6bb6178f4f9b4571.tar.xz bootstrap-0016c7f3038c3f7dd8feef0a6bb6178f4f9b4571.zip | |
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`
https://bugs.chromium.org/p/chromium/issues/detail?id=175502
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index d06845e90..0709eee72 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -195,7 +195,7 @@ As a heads up, we include this in all of Bootstrap's documentation and examples ### Overflow and scrolling -Support for `overflow: hidden;` on the `<body>` element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the `<body>` content will begin to scroll. See [WebKit bug #153852](https://bugs.webkit.org/show_bug.cgi?id=153852). +Support for `overflow: hidden;` on the `<body>` element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the `<body>` content will begin to scroll. See [Chrome bug #175502](https://bugs.chromium.org/p/chromium/issues/detail?id=175502) (fixed in Chrome v40) and [WebKit bug #153852](https://bugs.webkit.org/show_bug.cgi?id=153852). ### Virtual keyboards |
