mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-07 11:53:57 +08:00
fix(favorites): keep folder selector above detail modal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="show"
|
||||
class="fixed inset-0 z-50 flex items-center justify-center p-4"
|
||||
class="fixed inset-0 z-[90] flex items-center justify-center p-4"
|
||||
>
|
||||
<div class="absolute inset-0 bg-black/40" @click="emit('close')"></div>
|
||||
<section
|
||||
|
||||
Reference in New Issue
Block a user