Skip to content

Commit

Permalink
ROCKS-30 Fix context menu z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
patschilf committed Aug 23, 2024
1 parent 9320f3a commit e781e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layers/primevue/components/PvContextualDropdown.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="modelValue" :id="id" v-on-window="hide" class="absolute" :class="classList">
<div v-if="modelValue" :id="id" v-on-window="hide" class="absolute z-10" :class="classList">
<slot />
</div>
</template>
Expand Down

0 comments on commit e781e66

Please sign in to comment.