fix: adjust mobile view bag z-index (#5067)

init
This commit is contained in:
lynn 2022-11-02 15:48:55 -04:00 committed by GitHub
parent 66ab3e21c8
commit c8f365ca31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ export const bagContainer = style([
right: '16',
background: 'backgroundModule',
padding: '8',
zIndex: 'fixed',
zIndex: 'dropdown',
borderRadius: '8',
justifyContent: 'space-between',
}),