aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-30 18:16:16 -0800
committerChris Rebert <[email protected]>2014-12-30 18:17:09 -0800
commit511f37dc049e99256838894b311b8847dba2c1c5 (patch)
tree9ebf7a07062bfbafaab24cafe4c9006613c6f140 /docs/_includes
parent714cd6b60891036486c1102be1b2b3cbe67bdb02 (diff)
downloadbootstrap-511f37dc049e99256838894b311b8847dba2c1c5.tar.xz
bootstrap-511f37dc049e99256838894b311b8847dba2c1c5.zip
Document that responsive tables use `overflow-y: hidden`
Closes #15288 [skip sauce]
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/css/tables.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html
index c3021ee80..ac84e8158 100644
--- a/docs/_includes/css/tables.html
+++ b/docs/_includes/css/tables.html
@@ -351,6 +351,10 @@
<h2 id="tables-responsive">Responsive tables</h2>
<p>Create responsive tables by wrapping any <code>.table</code> in <code>.table-responsive</code> to make them scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.</p>
+ <div class="bs-callout bs-callout-warning" id="callout-tables-responsive-overflow">
+ <h4>Vertical clipping/truncation</h4>
+ <p>Responsive tables make use of <code>overflow-y: hidden</code>, which clips off any content that goes beyond the bottom or top edges of the table. In particular, this can clip off dropdown menus and other third-party widgets.</p>
+ </div>
<div class="bs-callout bs-callout-warning" id="callout-tables-responsive-ff-fieldset">
<h4>Firefox and fieldsets</h4>
<p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>