fix clipping
This commit is contained in:
@@ -2044,9 +2044,9 @@ function ComposerPills({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Animated.View
|
<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
|
<ScrollView
|
||||||
contentContainerStyle={[a.gap_sm]}
|
contentContainerStyle={[a.gap_sm, a.px_sm]}
|
||||||
horizontal={true}
|
horizontal={true}
|
||||||
bounces={false}
|
bounces={false}
|
||||||
keyboardShouldPersistTaps="always"
|
keyboardShouldPersistTaps="always"
|
||||||
|
|||||||
Reference in New Issue
Block a user