diff --git a/src/generic/processing-notification/ProccessingNotification.scss b/src/generic/processing-notification/ProccessingNotification.scss index b92119474b..455c16a407 100644 --- a/src/generic/processing-notification/ProccessingNotification.scss +++ b/src/generic/processing-notification/ProccessingNotification.scss @@ -7,3 +7,9 @@ display: none; } } + +.toast-container { + right: 1.25rem; + left: unset; + z-index: $zindex-popover; +}