🐛 Fixed the highlight code block auto scroll when overflow x.

This commit is contained in:
凡梦星尘 2022-09-10 21:30:24 +08:00
parent 423d4c0ef9
commit 2276aae127

View File

@ -11,6 +11,7 @@
pre { pre {
position: relative; position: relative;
overflow-x: auto;
} }
table tbody tr { table tbody tr {