forked from Ninjalama/streamyfin_mirror
Fixed style issue for devices with bottom safe area
This commit is contained in:
@@ -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
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user