mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix navbar zindex
This commit is contained in:
parent
95257771a5
commit
91aa673dcb
@ -79,6 +79,7 @@ const Menu = <AsProps extends { onPress: PressableProps["onPress"] }>({
|
||||
borderRadius: "8px",
|
||||
boxShadow:
|
||||
"0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2)",
|
||||
zIndex: 2,
|
||||
})}
|
||||
>
|
||||
{children}
|
||||
|
@ -191,6 +191,7 @@ export const Navbar = (props: Stylable) => {
|
||||
shadowOpacity: 0.3,
|
||||
shadowRadius: 4.65,
|
||||
elevation: 8,
|
||||
zIndex: 1,
|
||||
},
|
||||
props,
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user