Skip to content

Commit

Permalink
refactor: move toasts to right side
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Oct 3, 2024
1 parent 20775a9 commit 5436424
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
display: none;
}
}

.toast-container {
right: 1.25rem;
left: unset;
z-index: $zindex-popover;
}

0 comments on commit 5436424

Please sign in to comment.