style: footer z-index 更改为 4 被侧边栏覆盖
This commit is contained in:
parent
4455b6fd43
commit
56cb6e5277
|
@ -349,7 +349,7 @@ footer {
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1040;
|
z-index: 4;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue