mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
parent
d670717ab2
commit
9d260e6e74
@ -7,7 +7,7 @@ footer {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 100;
|
z-index: 9;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
color: rgba(255, 255, 255, 0.65);
|
color: rgba(255, 255, 255, 0.65);
|
||||||
|
|
||||||
|
@ -52,8 +52,10 @@ ul.toc > li {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: ~'calc(100vh - 16px)';
|
max-height: ~'calc(100vh - 16px)';
|
||||||
|
z-index: 9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc-affix-bottom {
|
.toc-affix-bottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 88px;
|
bottom: 88px;
|
||||||
|
Loading…
Reference in New Issue
Block a user