From 9c74f21966d134e8576cfcfae0bb5301fcd2facd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Feb 2012 16:06:42 -0800 Subject: fix overflow issue on tabbed content per #2079 --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4c054ce38..8d40d543d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2367,7 +2367,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { clear: both; } .tab-content { - overflow: hidden; + display: table; } .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { border-bottom: 0; -- cgit v1.2.3