From b350263a8078ef05659a9acf64816535baddfd16 Mon Sep 17 00:00:00 2001 From: zyronon Date: Mon, 8 Apr 2024 02:08:06 +0800 Subject: [PATCH] refactor: save --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 646737d..362401e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -92,6 +92,7 @@ onMounted(() => { } .guide { + color: white; z-index: 999; background: var(--active-main-bg); position: fixed;