fix: Fixes unread view blocking page scroll (#2727)

* fix: Fixes unread view blocking page scroll

* Update sdk.js

* Fixes the height issue for unread view

* Fix unread message position issue

* Code climate fixes

* Fixes height issue for large messages

* Fixes height issue on unread view

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Nithin David Thomas
2021-08-07 11:56:15 +05:30
committed by GitHub
parent b58ca21f0b
commit 9c257578b0
6 changed files with 67 additions and 5 deletions

View File

@@ -19,10 +19,15 @@ body {
}
.woot-widget-wrap {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end;
}
.is-mobile {
display: block;
.actions {
.close-button {
display: block !important;