diff --git a/src/App.vue b/src/App.vue index 6986f68..b898d41 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,6 +44,7 @@ body, html { background: #181818; width: 100%; height: 100%; + overflow-x: hidden; } #app { diff --git a/src/components/Statblock.vue b/src/components/Statblock.vue index e5f3d62..2702c74 100644 --- a/src/components/Statblock.vue +++ b/src/components/Statblock.vue @@ -2,14 +2,18 @@