diff --git a/client/messenger/sass/components/_notification.scss b/client/messenger/sass/components/_notification.scss index 8a791026..5a175fd3 100644 --- a/client/messenger/sass/components/_notification.scss +++ b/client/messenger/sass/components/_notification.scss @@ -20,10 +20,6 @@ right: 0; } - &.full-message { - height: calc(100% - 110px); - } - .close-notification { background: darken($grey-light, 10%); border-radius: 50%; @@ -82,6 +78,7 @@ margin-bottom: 0; overflow: auto; padding: 0 $core-spacing $core-spacing; + max-height: 430px; } img { diff --git a/client/messenger/widget/index.css b/client/messenger/widget/index.css index fa16c0fe..abf05d0f 100644 --- a/client/messenger/widget/index.css +++ b/client/messenger/widget/index.css @@ -68,7 +68,7 @@ } .erxes-notifier-shown.fullMessage { - height: 550px; + height: 650px; max-height: 100%; }