fix: If desktop view is false then the view not getting updated (#6214)

* fix: Desktop view is false then the view not getting updated

* chore: Handle sidebar in small screen

* fix: Scroll issue in touch screens
This commit is contained in:
Sivin Varghese
2023-01-10 15:36:16 +05:30
committed by GitHub
parent add33d032c
commit e7a52c3a46
3 changed files with 26 additions and 11 deletions

View File

@@ -81,8 +81,12 @@
}
.conversations-list {
@include scroll-on-hover;
overflow-y: auto;
flex: 1 1;
@include breakpoint(large up) {
@include scroll-on-hover;
}
}
.chat-list__top {