We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e03c73 + 542dda7 commit ec0f638Copy full SHA for ec0f638
src/styles/MessageList.scss
@@ -4,8 +4,6 @@
4
overflow-y: auto;
5
-webkit-overflow-scrolling: touch; /* enable smooth scrolling on ios */
6
padding: 0 0 0 0;
7
- position: relative;
8
- z-index: 0;
9
10
.str-chat__reverse-infinite-scroll {
11
padding-top: 75px;
src/styles/ReactionList.scss
@@ -31,7 +31,7 @@
31
position: absolute;
32
right: 15px;
33
top: -28px;
34
- z-index: 99;
+ z-index: 1;
35
36
@extend %background-reaction-list;
37
0 commit comments