From b5704357aeacd7016ed9d74918a3fc825bc34bfc Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 25 Nov 2016 17:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9AiPhone5=E6=A8=AA?= =?UTF-8?q?=E5=B1=8F=E9=80=82=E9=85=8D=E8=8F=9C=E5=8D=95=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin-responsive.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin-responsive.css b/Bootstrap.Admin/Content/css/admin-responsive.css index c2a1ffa5..e4037589 100644 --- a/Bootstrap.Admin/Content/css/admin-responsive.css +++ b/Bootstrap.Admin/Content/css/admin-responsive.css @@ -131,14 +131,14 @@ @media (min-height: 568px) { .modal-body { - max-height: 440px; + max-height: 480px; overflow-y: auto; } } -@media (max-height: 567px) { +@media (max-height: 568px) { .modal-body { - height: 260px; + height: 300px; overflow-y: auto; } }