📝 site: fix BackTop been covered by footer

close #14093
This commit is contained in:
afc163 2019-01-04 22:44:18 +08:00 committed by 偏右
parent d670717ab2
commit 9d260e6e74
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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;