mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
dont reset z-index on opening tiered menu (email button) by setting its autoZIndex property to false
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user