From: Chris Rebert Date: Wed, 31 Dec 2014 02:16:16 +0000 (-0800) Subject: Document that responsive tables use `overflow-y: hidden` X-Git-Tag: v3.3.2~5^2~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511f37dc049e99256838894b311b8847dba2c1c5;p=thirdparty%2Fbootstrap.git Document that responsive tables use `overflow-y: hidden` Closes #15288 [skip sauce] --- diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index c3021ee808..ac84e81584 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -351,6 +351,10 @@

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: