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