rm border radius
This commit is contained in:
@@ -499,15 +499,7 @@ function LightboxFooter({
|
|||||||
const isMomentumScrolling = React.useRef(false)
|
const isMomentumScrolling = React.useRef(false)
|
||||||
return (
|
return (
|
||||||
<ScrollView
|
<ScrollView
|
||||||
style={[
|
style={[a.flex_1, a.max_h_full, a.w_full, a.absolute, a.bottom_0]}
|
||||||
a.flex_1,
|
|
||||||
a.max_h_full,
|
|
||||||
a.w_full,
|
|
||||||
a.absolute,
|
|
||||||
a.bottom_0,
|
|
||||||
a.overflow_hidden,
|
|
||||||
{borderTopLeftRadius: 8, borderTopRightRadius: 8},
|
|
||||||
]}
|
|
||||||
scrollEnabled={isAltExpanded}
|
scrollEnabled={isAltExpanded}
|
||||||
onMomentumScrollBegin={() => {
|
onMomentumScrollBegin={() => {
|
||||||
isMomentumScrolling.current = true
|
isMomentumScrolling.current = true
|
||||||
|
|||||||
Reference in New Issue
Block a user