Skip to content

Commit 35bee18

Browse files
committed
Fix scrollbar position
1 parent 8c22773 commit 35bee18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/ChatPanel.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ struct ChatPanelMessages: View {
107107
Spacer()
108108
}
109109
}
110+
.scaleEffect(x: -1, y: 1, anchor: .center)
110111
}
111-
.scaleEffect(x: -1, y: -1, anchor: .center)
112+
.scaleEffect(x: 1, y: -1, anchor: .center)
112113
}
113114
}
114115

0 commit comments

Comments
 (0)