From 42aeb4594f96d48bf8517475c55f6346635dea64 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 28 Oct 2016 01:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG=EF=BC=8CFix=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E5=BC=B9=E5=87=BAoverlay=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin.css | 1 + Bootstrap.Admin/Content/css/site-responsive.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index ee7ba59b..063d94de 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -21,6 +21,7 @@ background: #2a3542; overflow-y: scroll; position: absolute; + padding-bottom: 15px; } #sidebar .sub-menu > .sub li { diff --git a/Bootstrap.Admin/Content/css/site-responsive.css b/Bootstrap.Admin/Content/css/site-responsive.css index 533e5ad6..85473741 100644 --- a/Bootstrap.Admin/Content/css/site-responsive.css +++ b/Bootstrap.Admin/Content/css/site-responsive.css @@ -40,8 +40,9 @@ overflow: hidden; overflow-y: auto; position: absolute; - z-index: 1001; + z-index: 1; display: block; + padding-bottom: inherit; } #sidebar { @@ -95,7 +96,7 @@ } #sidebar { - margin-top: 94px; + padding-top: 94px; height: 100%; }