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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user