diff --git a/scss/_toastContainer.scss b/scss/_toastContainer.scss index 1a09ab6c..73a561fc 100644 --- a/scss/_toastContainer.scss +++ b/scss/_toastContainer.scss @@ -1,5 +1,6 @@ .#{$rt-namespace}__toast-container { z-index: $rt-z-index; + -webkit-transform: translate3d(0, 0, #{$rt-z-index}px); position: fixed; padding: 4px; width: $rt-toast-width;