Fixed style issue for devices with bottom safe area

This commit is contained in:
Alex Kim
2024-12-08 18:34:20 +11:00
parent d616574232
commit 65d3da155f

View File

@@ -186,7 +186,7 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
top: insets.top,
left: insets.left,
right: insets.right,
bottom: insets.bottom,
bottom: 0,
backgroundColor: "black", // Dark transparent background
}}
>