🐛 Fixed the highlight code block auto scroll when overflow x.
This commit is contained in:
parent
423d4c0ef9
commit
2276aae127
@ -11,6 +11,7 @@
|
||||
|
||||
pre {
|
||||
position: relative;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
|
Loading…
Reference in New Issue
Block a user