From feed9aed5b471c20b02c4ca6620366cac9327db8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 2 Aug 2014 13:05:11 -0700 Subject: Fixes #13202: Always use overflow: auto; on .table-responsive to prevent content breaking out of containers --- docs/dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b18c44b88..a7c1b8d0a 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2244,11 +2244,13 @@ table th[class*="col-"] { .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +.table-responsive { + overflow-x: auto; +} @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; - overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -- cgit v1.2.3