Skip to content

Commit 9e99990

Browse files
authored
feat(playground): use a height of 100dvh with fallback to original 100vh (#182)
Prevents bottom part of the playground hiding under mobile browsers bottom bar
1 parent 6d7598d commit 9e99990

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index-dist.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212
#app {
1313
height: 100vh;
14+
height: 100dvh;
1415
}
1516
</style>
1617

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212
#app {
1313
height: 100vh;
14+
height: 100dvh;
1415
}
1516
</style>
1617

0 commit comments

Comments
 (0)