1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #19078 from twbs/compat-docs-wkbug-153852

Mention https://webkit.org/b/153852 in browser compatibility docs
This commit is contained in:
Chris Rebert 2016-02-03 22:57:05 -08:00
commit 1d277de0b0

View file

@ -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