Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
fix(toc): expand height (#5)
Browse files Browse the repository at this point in the history
fix(toc): expand height
  • Loading branch information
Kocal committed Jan 8, 2020
2 parents e55ca3b + 9b63173 commit d5ef8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vuepress/styles/index.styl
Expand Up @@ -6,6 +6,7 @@
.vuepress-toc {
right: initial;
left: 0
bottom: 0;
border-left: none;
border-right: 1px solid $borderColor;
max-width: 280px;
Expand Down

0 comments on commit d5ef8f5

Please sign in to comment.