fix: align chat scroll anchor

This commit is contained in:
Peter Steinberger
2025-12-25 04:10:47 +01:00
parent 764f7586de
commit 57090d4f8d

View File

@@ -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)
}