fix clipping

This commit is contained in:
Samuel Newman
2026-07-06 17:19:37 +03:00
parent 73d5703be1
commit 6426b40234
+2 -2
View File
@@ -2044,9 +2044,9 @@ function ComposerPills({
return (
<Animated.View
style={[a.flex_row, a.p_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
style={[a.flex_row, a.py_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
<ScrollView
contentContainerStyle={[a.gap_sm]}
contentContainerStyle={[a.gap_sm, a.px_sm]}
horizontal={true}
bounces={false}
keyboardShouldPersistTaps="always"