feat: use position sticky for demo bar

This commit is contained in:
Dominik Pschenitschni
2024-11-01 19:36:47 +01:00
committed by konrad
parent 216177d873
commit 49fa32aad6

View File

@@ -28,10 +28,9 @@ const enabled = computed(() => configStore.demoModeEnabled && !hide.value)
<style scoped lang="scss">
.demo-mode-banner {
position: fixed;
position: sticky;
bottom: 0;
left: 0;
right: 0;
inset-inline: 0;
background: var(--danger);
z-index: 100;
padding: .5rem;