fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user