Fix max height of dialog flatlists

This commit is contained in:
Eric Bailey
2025-02-25 09:36:45 -06:00
parent d76cd88d91
commit 5d865b9f23
+2 -2
View File
@@ -219,8 +219,8 @@ export const InnerFlatList = React.forwardRef<
style={[
a.overflow_hidden,
a.px_0,
// @ts-expect-error web only -sfn
{maxHeight: 'calc(-36px + 100vh)'},
// 100 minus 10vh of paddingVertical
web({maxHeight: '80vh'}),
webInnerStyle,
]}
contentContainerStyle={[a.px_0, webInnerContentContainerStyle]}>