fix z-index

This commit is contained in:
jxxghp
2023-07-01 15:25:08 +08:00
parent 0a0a3d1ff5
commit 2c8b6d334a

View File

@@ -203,7 +203,7 @@ export default defineComponent({
background-color: rgb(var(--v-theme-surface), 0.9);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
z-index: 1003;
z-index: 1002;
transition: padding 0.2s ease, background-color 0.18s ease;
}
</style>