show line number when scroll

This commit is contained in:
Allen Guan 2022-09-08 17:57:05 +08:00
parent ccbfa672da
commit 915de3e0a3
No known key found for this signature in database
GPG Key ID: 2FBBBC14D758CF31

View File

@ -27,9 +27,20 @@
padding: 0;
margin: 0;
border: 0;
width: auto;
overflow: auto;
width: 100%;
display: block;
> tbody {
display: block;
width: 100%;
> tr {
display: flex;
width: 100%;
> td:last-child {
overflow-x: auto;
}
}
}
}
/* LineHighlight */