We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe9d44 commit aae00faCopy full SHA for aae00fa
1 file changed
resources/js/Components/CMS/Webpage/Overview/OverviewIris.vue
@@ -19,16 +19,15 @@ const props = defineProps<{
19
20
<template>
21
<div
22
- ref="_parentComponent"
23
class="relative isolate transition-all hidden md:block"
24
:style="getStyles(fieldValue?.container?.properties)">
25
<!-- Render text elements -->
26
<div v-for="(text, index) in fieldValue?.texts?.values" :key="index">
27
28
- class="absolute"
29
:class="`text-${index}`"
30
ref="el => textRefs[index] = el"
31
:style="{
+ zIndex: 10,
32
width:
33
theme?.layout === 'fullscreen'
34
? 'auto'
0 commit comments