Skip to content

Commit

Permalink
📝 fix size toc overflow style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jun 4, 2019
1 parent d9a5ee0 commit 7a484dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/theme/static/toc.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ul.toc > li {
.ant-affix {
z-index: 9;
max-height: ~'calc(100vh - 16px)';
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
background: #fff;
}
}
Expand Down

0 comments on commit 7a484dd

Please sign in to comment.