fix: controls gray overlay

This commit is contained in:
Fredrik Burmester
2025-01-04 13:04:23 +01:00
parent 955190a9cc
commit 3c5f2b4079
5 changed files with 188 additions and 205 deletions

View File

@@ -118,14 +118,7 @@ const DropdownView: React.FC<DropdownViewProps> = ({ showControls }) => {
);
return (
<View
style={{
position: "absolute",
zIndex: 1000,
opacity: showControls ? 1 : 0,
}}
className="p-4"
>
<View>
<DropdownMenu.Root>
<DropdownMenu.Trigger>
<TouchableOpacity className="aspect-square flex flex-col bg-neutral-800/90 rounded-xl items-center justify-center p-2">