From 12a506f1cd632d01f6ea835637e7a5b00d58c963 Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Thu, 4 Feb 2016 23:12:53 -0800
Subject: [PATCH] Add Wall of Browser Bugs entry for
 https://webkit.org/b/153856

Refs https://github.com/twbs/bootstrap/issues/14839#issuecomment-60940738
[skip sauce]
---
 docs/_data/browser-bugs.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index f56b06cd96..a610d1b56f 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -350,6 +350,16 @@
   origin: >
     Bootstrap#14839
 
+-
+  browser: >
+    Safari (iOS)
+  summary: >
+    Scroll gesture in text field in `position:fixed` element sometimes scrolls `<body>` instead of scrollable ancestor
+  upstream_bug: >
+    WebKit#153856
+  origin: >
+    Bootstrap#14839
+
 -
   browser: >
     Safari (iPad Pro)
-- 
GitLab