Skip to content

Commit

Permalink
SLVUU-69: Move toast container to background
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Nov 22, 2023
1 parent 9a9e55a commit 7ded833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.vuuToastNotifications-toastContainer {
--top: 60px;
position: absolute;
z-index: 100000;
right: 0;
top: var(--top);
overflow: hidden;
Expand All @@ -18,6 +17,7 @@
gap: 8px;
border-radius: 6px;
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.40);
z-index: 100000;
}

.vuuToastNotifications-toastContent{
Expand Down

0 comments on commit 7ded833

Please sign in to comment.