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

@@ -84,7 +84,7 @@ function changeTab(tab: "html" | "css" | "js" | "actions") {
<style scoped> <style scoped>
.pane { .pane {
height: 100%; height: 100%;
overflow: scroll; overflow: auto;
} }
.wrapper { .wrapper {
padding-left: 16px; padding-left: 16px;

View File

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