Fixed toasts when triggered from a modal

This commit is contained in:
Roman Cervantes 2019-02-05 00:32:51 -07:00
parent cfb4874c67
commit f5dd45d728

View file

@ -84,6 +84,7 @@ export default {
cursor: pointer;
max-width: 300px;
opacity: 0;
z-index: 1;
border-radius: $border-radius;
padding: $gp;