fix: always show update popup on top

This commit is contained in:
kolaente 2023-01-26 13:03:42 +01:00 committed by Dominik Pschenitschni
parent 3db5ea45d7
commit 7cbf0acac5
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function refreshApp() {
font-size: .9rem;
color: var(--grey-900);
justify-content: space-between;
z-index: 10;
position: fixed;
bottom: 1rem;