Skip to content

Commit 4166212

Browse files
SkyBird233MingcongBai
authored andcommitted
fix(download): ensure dialogs have higher z-index than popovers
1 parent ba830ea commit 4166212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/download/components/DownloadButton.vue

+2
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ const dialogModel = computed({
105105
</template>
106106
</el-popover>
107107
108+
<!-- Ensure dialogs have a higher z-index than popovers (default is 2000) -->
108109
<el-dialog
109110
v-if="!disabled && popoverData && isaInfo"
110111
v-model="dialogModel"
111112
width="80%"
113+
:z-index=3000
112114
:title="dialogTitle">
113115
<DownloadDetails
114116
:arch="archName"

0 commit comments

Comments
 (0)