diff options
| author | Chris Rebert <[email protected]> | 2015-07-24 18:24:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-24 18:24:43 -0700 |
| commit | 5aa56fefc02db5ac5ad51c95c1243f2115e69a88 (patch) | |
| tree | 34544f1c45aa2cfb72f0067d19c5fbbfa42ac1d7 /docs | |
| parent | d8cae018f41fdd780e32e91bd76cd3f08b67ea70 (diff) | |
| parent | d24559df206a9110208d9a046a19d8717d596116 (diff) | |
| download | bootstrap-5aa56fefc02db5ac5ad51c95c1243f2115e69a88.tar.xz bootstrap-5aa56fefc02db5ac5ad51c95c1243f2115e69a88.zip | |
Merge pull request #16881 from twbs/safari-position-fixed-child-bug
Add Wall of Browser Bugs entry for #16814
Diffstat (limited to 'docs')
| -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 a934de15b..4e3a7b4c0 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -180,6 +180,16 @@ - browser: > + Safari + summary: > + Incorrect placement of `position: fixed` element when it's a child of a `position: relative; left: X%;` element. + upstream_bug: > + WebKit#147284, Safari#21993128 + origin: > + Bootstrap#16814 + +- + browser: > Safari (OS X) summary: > Scrollbar clipped in `select[multiple]` with padding. |
