fix(TOC): scrollbar bug when keepStatic is true (#382)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user