fix: align chat scroll anchor
This commit is contained in:
parent
764f7586de
commit
57090d4f8d
1 changed files with 1 additions and 2 deletions
|
|
@ -98,11 +98,10 @@ public struct ClawdisChatView: View {
|
|||
}
|
||||
|
||||
Color.clear
|
||||
.frame(height: 1)
|
||||
.frame(height: Layout.messageListPaddingBottom + 1)
|
||||
.id(self.scrollerBottomID)
|
||||
}
|
||||
.padding(.top, Layout.messageListPaddingTop)
|
||||
.padding(.bottom, Layout.messageListPaddingBottom)
|
||||
.padding(.horizontal, Layout.messageListPaddingHorizontal)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue