lines problem occurs while position is

absolute. Changing it to inherit will fix the problem.
This commit is contained in:
詹聪聪 2024-07-25 17:21:41 +08:00 committed by GitHub
parent b517e40e5c
commit a0f7137739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;