diff --git a/src/App.vue b/src/App.vue index bab3651..1791001 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,12 +13,14 @@ html, body { margin: 0; padding: 0; height: 100%; + overflow: hidden; background: #0a0a0f; color: #e0d0ff; } #app { height: 100vh; + overflow: hidden; display: flex; flex-direction: column; } diff --git a/src/views/GameView.vue b/src/views/GameView.vue index 2f21da4..b36eece 100644 --- a/src/views/GameView.vue +++ b/src/views/GameView.vue @@ -1,52 +1,86 @@