From cb6eeaef3471ab2c166d56b33e1f4d5c7f9d6659 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 31 Mar 2022 16:15:34 +0800 Subject: [PATCH] Bring connection error bar to the top --- src/layouts/Layout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index fc753348..524fd8f2 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -189,6 +189,7 @@ main { color: white; position: fixed; width: 100%; + z-index: 99999; } .dark {