diff --git a/public/index.html b/public/index.html index 55b7ac1..7d239bc 100644 --- a/public/index.html +++ b/public/index.html @@ -14,6 +14,7 @@ margin: 0; box-sizing: border-box; } + body{overflow-x: hidden;overflow-y:scroll;} a{ text-decoration:none; diff --git a/src/App.vue b/src/App.vue index 120b1cf..0c170b5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,71 +1,81 @@