fix: demo banner positioning

Partially reverts 49fa32aad6
This commit is contained in:
kolaente 2024-12-06 14:46:06 +01:00
parent 80f8570e22
commit 63732a37c0
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const enabled = computed(() => configStore.demoModeEnabled && !hide.value)
<style scoped lang="scss">
.demo-mode-banner {
position: sticky;
position: fixed;
bottom: 0;
inset-inline: 0;
background: var(--danger);