aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 22:52:07 -0700
committerMark Otto <[email protected]>2013-08-14 22:52:07 -0700
commit083b7c0981656ff1c660482653645bb9e4f71543 (patch)
treee9bc10120e8d53d0fe67875f19a8b75d1b366115 /getting-started.html
parent039966a0fcb4a264a6461b2248d5a0109867f1ae (diff)
downloadbootstrap-083b7c0981656ff1c660482653645bb9e4f71543.tar.xz
bootstrap-083b7c0981656ff1c660482653645bb9e4f71543.zip
fixes #9563: add callout about browser zooming to browser support section
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html
index 4d26a7828..d0d6a2f28 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -188,6 +188,9 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<h3>Modals and mobile devices</h3>
<p>Support for <code>overflow: hidden</code> on the <code>&lt;body&gt;</code> 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 <code>&lt;body&gt;</code> content will begin to scroll.</p>
+
+ <h3>Browser zooming</h3>
+ <p>Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.</p>
</div>