From 7cbf0acac503c508a44e0491ae51e6d5749dfa04 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Jan 2023 13:03:42 +0100 Subject: [PATCH] fix: always show update popup on top --- src/components/home/Update.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/home/Update.vue b/src/components/home/Update.vue index 31ad2f42a5..00f446c56b 100644 --- a/src/components/home/Update.vue +++ b/src/components/home/Update.vue @@ -50,6 +50,7 @@ function refreshApp() { font-size: .9rem; color: var(--grey-900); justify-content: space-between; + z-index: 10; position: fixed; bottom: 1rem;