From 511f37dc049e99256838894b311b8847dba2c1c5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 30 Dec 2014 18:16:16 -0800 Subject: [PATCH] Document that responsive tables use `overflow-y: hidden` Closes #15288 [skip sauce] --- docs/_includes/css/tables.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index c3021ee80832..ac84e8158442 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -351,6 +351,10 @@

Conveying meaning to assistive technologies

Responsive tables

Create responsive tables by wrapping any .table in .table-responsive 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.

+
+

Vertical clipping/truncation

+

Responsive tables make use of overflow-y: hidden, 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.

+

Firefox and fieldsets

Firefox has some awkward fieldset styling involving width that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we don't provide in Bootstrap: