This commit is contained in:
2025-02-25 15:29:39 +08:00
parent df971ea418
commit fad4b2b867
2 changed files with 2 additions and 2 deletions

View File

@@ -74,6 +74,6 @@ watch(step, getContent)
.markdown-body {
padding: 16px;
box-sizing: border-box;
overflow: scroll;
overflow: auto;
}
</style>