diff options
| author | Chris Rebert <[email protected]> | 2016-02-03 22:52:12 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-03 22:52:12 -0800 |
| commit | 2c86b67a0baa5c4329c5fbadacc395880f5c93f7 (patch) | |
| tree | fe63073b5beddceb20c44314ea9abbbada8aa59a /docs/getting-started | |
| parent | cf7aee4b8a07a2d20d09491061ba397918ef918c (diff) | |
| download | bootstrap-2c86b67a0baa5c4329c5fbadacc395880f5c93f7.tar.xz bootstrap-2c86b67a0baa5c4329c5fbadacc395880f5c93f7.zip | |
Mention https://webkit.org/b/153852 in browser compatibility docs
Refs #19077
[skip sauce]
Diffstat (limited to 'docs/getting-started')
| -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 447462d7a..d06845e90 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. +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). ### Virtual keyboards |
