修改BUG:左侧边栏的红色滚动条,遮挡footer
This commit is contained in:
parent
5bb5bc1924
commit
419c980d9c
|
@ -18,6 +18,7 @@
|
|||
|
||||
.header, .site-footer {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
|
@ -38,5 +39,6 @@
|
|||
|
||||
.header, .site-footer {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,6 @@ a, a:hover, a:focus {
|
|||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.header a {
|
||||
|
|
Loading…
Reference in New Issue