Skip to content

Commit f9324a4

Browse files
committed
fix: Revert Safari scroll fix attempt that caused problems with modal
1 parent 36c9443 commit f9324a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/stream-chat-angular/src/lib/message-list/message-list.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
(scroll)="scrolled()"
66
>
77
<div class="str-chat__reverse-infinite-scroll str-chat__message-list-scroll">
8-
<ul class="str-chat__ul" style="-webkit-transform: translate3d(0, 0, 0)">
8+
<ul class="str-chat__ul">
99
<li
1010
#parentMessageElement
1111
*ngIf="mode === 'thread'"
1212
data-testid="parent-message"
1313
class="str-chat__parent-message-li"
14-
style="-webkit-transform: translate3d(0, 0, 0)"
1514
>
1615
<ng-container
1716
*ngTemplateOutlet="

0 commit comments

Comments
 (0)