aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 10:22:18 -0800
committerMark Otto <[email protected]>2013-12-18 10:22:18 -0800
commit1bc8607bdffe641d58191084b214138a98aba229 (patch)
treeffb2855b592ee37c5068da181a4c3fb335a322da /examples/non-responsive
parent9e38e255343a4fd5fa2fa932c96be9cb5c902337 (diff)
parentd15218a09ce68d0854d0aa5f5170c1ea859aee31 (diff)
downloadbootstrap-1bc8607bdffe641d58191084b214138a98aba229.tar.xz
bootstrap-1bc8607bdffe641d58191084b214138a98aba229.zip
Merge branch 'master' into css-source-maps
Conflicts: Gruntfile.js
Diffstat (limited to 'examples/non-responsive')
-rw-r--r--examples/non-responsive/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
index 1c56b300f..73baa43e5 100644
--- a/examples/non-responsive/index.html
+++ b/examples/non-responsive/index.html
@@ -82,6 +82,10 @@
<h3>Regarding navbars</h3>
<p>As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.</p>
+ <h3>Browsers, scrolling, and fixed elements</h3>
+ <p>Non-responsive layouts highlight a key drawback to fixed elements. <strong class="text-danger">Any fixed component, such as a fixed navbar, will not be scrollable when the viewport becomes narrower than the page content.</strong> In other words, given the non-responsive container width of 970px and a viewport of 800px, you'll potentially hide 170px of content.</p>
+ <p>There is no way around this as it's default browser behavior. The only solution is a responsive layout or using a non-fixed element.</p>
+
<h3>Non-responsive grid system</h3>
<div class="row">
<div class="col-xs-4">One third</div>