Skip to content

Commit 542dda7

Browse files
author
Tom Hutman
committed
fix reactionlist css
1 parent 4b284c5 commit 542dda7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/styles/MessageList.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
overflow-y: auto;
55
-webkit-overflow-scrolling: touch; /* enable smooth scrolling on ios */
66
padding: 0 0 0 0;
7-
position: relative;
8-
z-index: 0;
97

108
.str-chat__reverse-infinite-scroll {
119
padding-top: 75px;

src/styles/ReactionList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
position: absolute;
3232
right: 15px;
3333
top: -28px;
34-
z-index: 99;
34+
z-index: 1;
3535

3636
@extend %background-reaction-list;
3737

0 commit comments

Comments
 (0)