Skip to content

Commit

Permalink
Docs: Add link to Chrome bug regarding body { overflow: hidden; }
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Mar 7, 2016
1 parent 56b0473 commit 0016c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/browsers-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0016c7f

Please sign in to comment.