From 181cb9a78b3c4f565a77078175f066da41eac71b Mon Sep 17 00:00:00 2001 From: Brad Christensen Date: Sun, 10 May 2015 15:48:07 +1200 Subject: [PATCH] Removed an Angular Bootstrap CSS fix as it's now included in Bootstrap's CSS --- css/modals.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/modals.css b/css/modals.css index 92681a2..6d372e5 100755 --- a/css/modals.css +++ b/css/modals.css @@ -1,7 +1,3 @@ -.modal-backdrop { - bottom: 0; /* for some reason this is missing from bootstrap.css */ -} - .modal-body textarea { width: 100%; }