diff options
| author | Chris Rebert <[email protected]> | 2016-01-12 22:10:04 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-12 22:10:04 -0800 |
| commit | fa696d04659bf1298e06b1926a82513d5a8d691f (patch) | |
| tree | f1165621ec0f04fd617448f66874f32686d707e8 | |
| parent | 4fae7cbc88f5bfb77573ea877d4f2d65b0b12506 (diff) | |
| parent | 8ed66af63c81319f059d6b7fceea29c9ef55e58c (diff) | |
| download | bootstrap-fa696d04659bf1298e06b1926a82513d5a8d691f.tar.xz bootstrap-fa696d04659bf1298e06b1926a82513d5a8d691f.zip | |
Merge pull request #18869 from twbs/wkbug-153056
Add Wall of Browser Bugs entry for #18859
| -rw-r--r-- | docs/_data/browser-bugs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index c33204248..ab8d621a8 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -302,6 +302,16 @@ - browser: > + Safari (iOS) + summary: > + `position:fixed` is incorrectly positioned when tab bar is visible on iPhone 6S+ Safari + upstream_bug: > + WebKit#153056 + origin: > + Bootstrap#18859 + +- + browser: > Safari (iPad Pro) summary: > Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation |
