diff --git a/src/App.vue b/src/App.vue index 03f7efc..8b0c88f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,18 +1,13 @@ - - + + diff --git a/src/css/global.sass b/src/css/global.sass index 8fa509d..3865f15 100644 --- a/src/css/global.sass +++ b/src/css/global.sass @@ -131,7 +131,11 @@ body // Vertical flex box display: flex flex-flow: column - height: 100vh + height: 100% body background: #f9f2e0 + height: 100% + +html + height: 100% diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..36b014d --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + devServer: { + disableHostCheck: true + } +}