Skip to content

Commit

Permalink
fix(TOC): scrollbar bug when keepStatic is true (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed May 24, 2020
1 parent 94b8e6b commit 0c1f7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/_partial/_single/_toc.scss
Expand Up @@ -51,6 +51,7 @@
display: block;
position: absolute;
width: $MAX_LENGTH;
max-width: 0;
padding: 0 .8rem;
border-left: 4px solid $global-border-color;
@include overflow-wrap(break-word);
Expand Down

Large diffs are not rendered by default.

0 comments on commit 0c1f7d0

Please sign in to comment.