fix(TOC): scrollbar bug when keepStatic is true (#382)
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: $MAX_LENGTH;
|
width: $MAX_LENGTH;
|
||||||
|
max-width: 0;
|
||||||
padding: 0 .8rem;
|
padding: 0 .8rem;
|
||||||
border-left: 4px solid $global-border-color;
|
border-left: 4px solid $global-border-color;
|
||||||
@include overflow-wrap(break-word);
|
@include overflow-wrap(break-word);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user