iosで表示されないバグを修正

This commit is contained in:
harukin-OneMix4
2024-02-14 02:18:32 +09:00
parent e967dfac2f
commit a713ae576d
2 changed files with 8 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ export const EachTrainInfoCore = ({
scrollViewProps={scrollHandlers}
containerProps={{
style: {
maxHeight: isLandscape ? height - 94 : heightPercentageToDP("70%"),
maxHeight: isLandscape ? height - 94 : (height / 100) * 70,
},
}}
Max_Header_Height={from == "AllTrainDiagramView" ? 0 : 200}