Fix max height of dialog flatlists
This commit is contained in:
@@ -219,8 +219,8 @@ export const InnerFlatList = React.forwardRef<
|
|||||||
style={[
|
style={[
|
||||||
a.overflow_hidden,
|
a.overflow_hidden,
|
||||||
a.px_0,
|
a.px_0,
|
||||||
// @ts-expect-error web only -sfn
|
// 100 minus 10vh of paddingVertical
|
||||||
{maxHeight: 'calc(-36px + 100vh)'},
|
web({maxHeight: '80vh'}),
|
||||||
webInnerStyle,
|
webInnerStyle,
|
||||||
]}
|
]}
|
||||||
contentContainerStyle={[a.px_0, webInnerContentContainerStyle]}>
|
contentContainerStyle={[a.px_0, webInnerContentContainerStyle]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user