This commit is contained in:
team3
2026-06-17 16:50:28 +02:00
parent 61a22a4d9f
commit 229ed93c5d

View File

@@ -32,6 +32,7 @@ const standFarbe = computed(() => {
</script> </script>
<template> <template>
<Teleport to="body">
<div class="fokus-overlay" :style="{ '--stand': standFarbe }"> <div class="fokus-overlay" :style="{ '--stand': standFarbe }">
<div class="fokus-bar"> <div class="fokus-bar">
<div class="fokus-bar-inner"> <div class="fokus-bar-inner">
@@ -71,6 +72,7 @@ const standFarbe = computed(() => {
</div> </div>
</div> </div>
</div> </div>
</Teleport>
</template> </template>
<style scoped> <style scoped>