diff --git a/frontend/src/components/common/toast/ToastContainer.vue b/frontend/src/components/common/toast/ToastContainer.vue index e603b1af..bc3b5c32 100644 --- a/frontend/src/components/common/toast/ToastContainer.vue +++ b/frontend/src/components/common/toast/ToastContainer.vue @@ -38,7 +38,7 @@ const handleRemoveToast = (id: string) => { position: fixed; top: 80px; right: 1.5rem; - z-index: 1000; + z-index: 2000; pointer-events: none; @media (max-width: 768px) { diff --git a/frontend/src/components/project/task/AssetThumbnailCell.vue b/frontend/src/components/project/task/AssetThumbnailCell.vue index 42c9b01f..ae96ad69 100644 --- a/frontend/src/components/project/task/AssetThumbnailCell.vue +++ b/frontend/src/components/project/task/AssetThumbnailCell.vue @@ -1,5 +1,10 @@