mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(TOC): scrollbar bug when keepStatic is true (#382)
This commit is contained in:
parent
94b8e6bf69
commit
0c1f7d0ef8
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue