diff --git a/scss/_toastContainer.scss b/scss/_toastContainer.scss index 960e190e..75adb359 100644 --- a/scss/_toastContainer.scss +++ b/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)); + --webkit-transform: translate3d(0, 0, var(--toastify-z-index)); //fix this webkit(-webkit=>--webkit) position: fixed; padding: 4px; width: var(--toastify-toast-width);