Skip to content

Commit 95a830f

Browse files
committed
fix(chat-sample): move the overflow anchor to prevent input jump
1 parent ee093a1 commit 95a830f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/lists/list/list-chat-sample/list-chat-sample.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ <h6>You</h6>
7373
</ng-container>
7474
</igx-list>
7575

76+
<div class="overflow-anchor"></div>
77+
7678
<div class="massage-field">
7779
<igx-input-group type="box">
7880
<input
@@ -94,5 +96,4 @@ <h6>You</h6>
9496
</button>
9597
</igx-input-group>
9698
</div>
97-
<div class="overflow-anchor"></div>
9899
</form>

0 commit comments

Comments
 (0)