diff --git a/src/App.scss b/src/App.scss
index e081ad9b..a8601220 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -6,6 +6,8 @@
background-repeat: no-repeat;
background-position: 0 50px;
min-height: 100vh;
+ max-width: 100%;
+ overflow: hidden;
}
i {
@@ -36,6 +38,8 @@ body {
margin: 0;
color: $fallback--fg;
color: var(--fg, $fallback--fg);
+ max-width: 100vw;
+ overflow-x: hidden;
}
a {
diff --git a/src/App.vue b/src/App.vue
index 051c601d..a8d17fa7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,7 +24,6 @@