lines problem occurs while position is
absolute. Changing it to inherit will fix the problem.
This commit is contained in:
parent
b517e40e5c
commit
a0f7137739
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@
|
||||||
|
|
||||||
.d2h-code-side-linenumber {
|
.d2h-code-side-linenumber {
|
||||||
/* Keep the numbers fixed on line contents scroll */
|
/* Keep the numbers fixed on line contents scroll */
|
||||||
position: absolute;
|
position: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue