- Home
- |
- About
+ Home
+ About
-
-
+
+
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
+ }
+}