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; } }