Skip to content

Commit

Permalink
change toasts container z index
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Aug 1, 2024
1 parent 1db6d1b commit 0210bb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.toastsContainer {
position: absolute;
z-index: 9999;

min-width: 120px;
max-width: 310px;
display: flex;
flex-direction: column;
z-index: 2;
&.top-right {
right: 0;
top: 0;
Expand Down

0 comments on commit 0210bb4

Please sign in to comment.