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

@@ -122,7 +122,8 @@ export default {
.unread-wrap {
width: 100%;
height: 100%;
height: auto;
max-height: 100vh;
background: transparent;
display: flex;
flex-direction: column;