Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-09 04:59:29 +0300
committerChris Rebert <github@rebertia.com>2014-12-09 04:59:29 +0300
commitf932eaa525aab1970172043e6da95cd01717f830 (patch)
tree013d9b6d1c4da36e5f55bf99e399acddeb79d214 /docs
parent3ed0d586b7091e96745cf9a6ec10f3d20bb67d40 (diff)
tweak browser bug list order so Chrome bugs are contiguous
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-bugs.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index 48be9518c4..3e44ce970e 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -120,6 +120,17 @@
-
browser: >
+ Chrome (Windows)
+ summary: >
+ Body content can be scrolled even though `overflow: hidden;` is applied to it.
+ upstream_bug: >
+ Chromium#438064
+ origin: >
+ Chromium#175502,
+ Bootstrap#14972
+
+-
+ browser: >
Safari (OS X)
summary: >
Scrollbar clipped in `select[multiple]` with padding.
@@ -179,14 +190,3 @@
WebKit#138201, Safari#18819624
origin: >
Bootstrap#14708
-
--
- browser: >
- Chrome (Windows)
- summary: >
- Body content can be scrolled even though `overflow: hidden;` is applied to it.
- upstream_bug: >
- Chromium#438064
- origin: >
- Chromium#175502,
- Bootstrap#14972