Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76cae8c

Browse files
committed
fix zIndex and elevation
1 parent e7defb8 commit 76cae8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎index.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ const styles = StyleSheet.create({
274274
},
275275
panel: {
276276
position: 'absolute',
277-
zIndex: 99999,
278-
elevation: 99999,
277+
zIndex: 99998,
278+
elevation: 99998,
279279
backgroundColor: '#fff',
280280
width,
281281
bottom: 0,
@@ -343,7 +343,7 @@ const styles = StyleSheet.create({
343343
shadowColor: 'rgb(18,34,74)',
344344
shadowOffset: { width: 0, height: 1 },
345345
shadowOpacity: 0.08,
346-
elevation: 0.4
346+
elevation: 99999
347347
},
348348
homeBtnText: {
349349
color: '#fff'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /