💄 Auto scroll to show overflow code block content.

This commit is contained in:
凡梦星尘 2022-08-15 21:51:31 +08:00
parent 5fb6618bd3
commit 9c102f9695

View File

@ -6,8 +6,7 @@
//TODO Need fixed the copy button show position. //TODO Need fixed the copy button show position.
div:first-child { div:first-child {
display: absolute; overflow-x: auto;
overflow-x: scroll
} }
pre { pre {