fix: the readme and make the code block scrollable

This commit is contained in:
Junyi Hou 2024-11-17 19:44:18 +08:00
parent 6b98e015c6
commit d18fb480d3
3 changed files with 7 additions and 3 deletions

View file

@ -249,6 +249,10 @@ div.highlight {
margin-bottom: 14px;
}
div.highlight div {
overflow: scroll;
}
div.highlight pre {
border: none;
display: grid;