forked from devsam/core
fix: toast가 가려지는 부분이 있는 문제 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<CToaster placement="top-end">
|
||||
<CToaster class="z99" placement="top-end">
|
||||
<CToast
|
||||
v-for="(toast, index) in modelValue"
|
||||
:key="index"
|
||||
@@ -44,3 +44,8 @@ export default defineComponent({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<style scoped>
|
||||
.z99 {
|
||||
z-index: 199;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user