fix: loader position

This commit is contained in:
Fredrik Burmester
2024-11-27 08:59:31 +01:00
parent 88a3bdd891
commit 2db4effef5
3 changed files with 81 additions and 65 deletions

View File

@@ -392,22 +392,6 @@ export const Controls: React.FC<Props> = ({
}}
></Pressable>
<View
style={{
position: "absolute",
top: 0,
left: 0,
width: "100%",
height: "100%",
}}
pointerEvents="none"
className={`flex flex-col items-center justify-center
${isBuffering ? "opacity-100" : "opacity-0"}
`}
>
<Loader />
</View>
<View
style={[
{