diff --git a/src/App.vue b/src/App.vue
index 7754cc7..1bb3de0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,6 +9,7 @@
+
@@ -127,13 +128,19 @@ p {
margin: 0 auto;
}
+#app > .icon {
+ position: absolute;
+ left: 10px;
+ top: 10px;
+}
+
.alert-bar {
justify-content: center;
position: absolute;
display: flex;
padding: 3px;
width: 100vw;
- z-index: 1;
+ z-index: 2;
left: 0;
top: 0;
}