From 2540caeddd59822cd8f7c805e777adc7504b87b3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Jan 2012 03:58:48 -0800 Subject: quick stab at fixing modal placement on 480px and down --- lib/responsive.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/responsive.less') diff --git a/lib/responsive.less b/lib/responsive.less index 4cef89180..7856121be 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -22,6 +22,7 @@ .modal { width: auto; margin: 0; + &.fade.in { top: auto; } } // Remove the horizontal form styles -- cgit v1.2.3