diff --git a/client/src/App.vue b/client/src/App.vue index c837f442..35725e99 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -70,7 +70,7 @@ .app { /*overflow-y: auto;*/ - height: 100vh; + min-height: 100vh; /*for IE10+*/ display: flex; }