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:
committed by
GitHub
parent
b58ca21f0b
commit
9c257578b0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user