diff --git a/src/screens/WebviewScreen/WebviewScreen.tsx b/src/screens/WebviewScreen/WebviewScreen.tsx index b4a66b963..56e227d13 100644 --- a/src/screens/WebviewScreen/WebviewScreen.tsx +++ b/src/screens/WebviewScreen/WebviewScreen.tsx @@ -86,15 +86,13 @@ const WebviewScreen = ({ route, navigation }: WebviewScreenProps) => { navigation.goBack(); }} /> - {menuVisible ? ( - - ) : null} + = ({ style={{ flexDirection: 'row', justifyContent: 'flex-end', - //marginHorizontal: 3, }} > = ({ justifyContent: 'center', alignItems: 'center', backgroundColor: 'rgba(0,0,0,0.5)', + zIndex: menuVisible ? 10 : -1, }} >