We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0065a8 commit 30bd6a3Copy full SHA for 30bd6a3
2 files changed
src/styles/MessageList.scss
@@ -1,7 +1,15 @@
1
-.str-chat__list {
2
- flex: 1;
+%scrollable {
3
overflow-x: hidden;
4
overflow-y: auto;
+}
5
+
6
+.str-chat-angular__message-list-host {
7
+ @extend %scrollable;
8
9
10
+.str-chat__list {
11
12
+ flex: 1;
13
-webkit-overflow-scrolling: touch; /* enable smooth scrolling on ios */
14
padding: 0;
15
src/styles/_base.scss
@@ -125,7 +125,8 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
125
height: 100%;
126
display: flex;
127
128
- .str-chat__main-panel {
+ .str-chat__main-panel,
129
+ .str-chat-angular__main-panel-inner {
130
131
width: 100%;
132
min-width: 250px;
0 commit comments