修改BUG:左侧边栏的红色滚动条,遮挡footer

This commit is contained in:
Argo-Lenovo 2017-04-01 14:16:13 +08:00
parent 5bb5bc1924
commit 419c980d9c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
.header, .site-footer { .header, .site-footer {
position: fixed; position: fixed;
z-index: 10;
} }
.main-content { .main-content {
@ -38,5 +39,6 @@
.header, .site-footer { .header, .site-footer {
position: fixed; position: fixed;
z-index: 10;
} }
} }

View File

@ -37,7 +37,6 @@ a, a:hover, a:focus {
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 50;
} }
.header a { .header a {