dont reset z-index on opening tiered menu (email button) by setting its autoZIndex property to false

This commit is contained in:
Johann Hoffmann
2026-02-12 16:05:02 +01:00
parent 0a97e5781e
commit 5c1e967d5e
@@ -1392,7 +1392,7 @@ export const AbgabetoolAssistenz = {
>
<i class="fa fa-envelope"></i>
</button>
<tiered-menu ref="menu" :model="emailItems" popup/>
<tiered-menu ref="menu" :model="emailItems" popup :autoZIndex="false" />
</template>
</core-filter-cmpt>
</div>