Skip to content

Commit ee814e7

Browse files
committed
fix: set page height
closes #112
1 parent d9673eb commit ee814e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index-dist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
body {
1010
margin: 0;
1111
}
12-
.vue-repl {
12+
#app {
1313
height: 100vh;
1414
}
1515
</style>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
body {
1010
margin: 0;
1111
}
12-
.vue-repl {
12+
#app {
1313
height: 100vh;
1414
}
1515
</style>

0 commit comments

Comments
 (0)