Min height of container should be the window height.

This commit is contained in:
2020-01-24 11:01:32 +01:00
parent d2297e6405
commit 48525b640e

View File

@@ -49,5 +49,6 @@ body {
<style scoped>
.container {
background-color: white;
min-height: 100vh;
}
</style>