diff --git a/app/styles/components/notification-message.scss b/app/styles/components/notification-message.scss index f4a88862..f43d9a50 100644 --- a/app/styles/components/notification-message.scss +++ b/app/styles/components/notification-message.scss @@ -5,6 +5,7 @@ right: -370px; top: 2%; transition: opacity .2s ease-in; + width: 370px; &.active { animation: animSlide 2000ms linear both; opacity: 1;