From 9d9ab393d991cc2243cc5a809bd0c902385f9e12 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 23 Nov 2019 10:48:17 +0100 Subject: [PATCH] :art: (App) fullheight --- src/App.vue | 5 +---- src/components/InstallApp.vue | 37 ----------------------------------- src/styles/index.scss | 1 + 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 src/components/InstallApp.vue diff --git a/src/App.vue b/src/App.vue index 678759e..a7ee551 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@ - - - - \ No newline at end of file diff --git a/src/styles/index.scss b/src/styles/index.scss index 5fae816..a4c9500 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -18,6 +18,7 @@ html { body { background-color: white; + height: calc(100vh - 54px); } .app {