From 0090fa1a6ec429958fad8f74974bd03e99bbf55e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 22:43:35 -0700 Subject: fix overflow on .collapse.in to enable dropdowns within an open collapse --- less/component-animations.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'less') diff --git a/less/component-animations.less b/less/component-animations.less index 4f2a4fd11..edfaef301 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -14,5 +14,8 @@ position:relative; overflow:hidden; height: 0; - &.in { height: auto; } + &.in { + height: auto; + overflow: visible; + } } -- cgit v1.2.3