Skip to content

Commit

Permalink
fix: remove unnecessary inline CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 9, 2024
1 parent 52a77ed commit 899c48e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@
</button>
</div>
</ng-template>
<div
#scrollContainer
data-testid="scroll-container"
class="str-chat__list"
style="overscroll-behavior-y: none"
>
<div #scrollContainer data-testid="scroll-container" class="str-chat__list">
<ng-container *ngIf="mode === 'main' && isEmpty && emptyListTemplate">
<ng-container *ngTemplateOutlet="emptyListTemplate"></ng-container>
</ng-container>
Expand Down

0 comments on commit 899c48e

Please sign in to comment.