Skip to content

Commit aae00fa

Browse files
committed
Overview overlay image text
1 parent 5fe9d44 commit aae00fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/js/Components/CMS/Webpage/Overview/OverviewIris.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ const props = defineProps<{
1919

2020
<template>
2121
<div
22-
ref="_parentComponent"
2322
class="relative isolate transition-all hidden md:block"
2423
:style="getStyles(fieldValue?.container?.properties)">
2524
<!-- Render text elements -->
2625
<div v-for="(text, index) in fieldValue?.texts?.values" :key="index">
2726
<div
28-
class="absolute"
2927
:class="`text-${index}`"
3028
ref="el => textRefs[index] = el"
3129
:style="{
30+
zIndex: 10,
3231
width:
3332
theme?.layout === 'fullscreen'
3433
? 'auto'

0 commit comments

Comments
 (0)