app/components/coco/app/elements/toast/toast.css in coveragebook_components-0.7.2 vs app/components/coco/app/elements/toast/toast.css in coveragebook_components-0.7.3
- old
+ new
@@ -9,10 +9,10 @@
@apply static;
}
&[data-position="fixed"] {
@apply fixed top-8 right-8;
- z-index: 1000;
+ z-index: 10001;
}
/* Transitions */
&.toast-enter {