From 65d3da155f6803bb6ea3cdd638138c495eb5ae96 Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Sun, 8 Dec 2024 18:34:20 +1100 Subject: [PATCH] Fixed style issue for devices with bottom safe area --- components/video-player/controls/EpisodeList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/video-player/controls/EpisodeList.tsx b/components/video-player/controls/EpisodeList.tsx index 132c3fc7..99f301e2 100644 --- a/components/video-player/controls/EpisodeList.tsx +++ b/components/video-player/controls/EpisodeList.tsx @@ -186,7 +186,7 @@ export const EpisodeList: React.FC = ({ item, close }) => { top: insets.top, left: insets.left, right: insets.right, - bottom: insets.bottom, + bottom: 0, backgroundColor: "black", // Dark transparent background }} >