Skip to content

Commit

Permalink
fix invalid translate #925
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Mar 14, 2023
1 parent 38ce068 commit 98f6258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_toastContainer.scss
@@ -1,6 +1,6 @@
.#{$rt-namespace}__toast-container {
z-index: var(--toastify-z-index);
-webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
-webkit-transform: translate3d(0, 0, var(--toastify-z-index));
position: fixed;
padding: 4px;
width: var(--toastify-toast-width);
Expand Down

0 comments on commit 98f6258

Please sign in to comment.