Commit c8f365ca authored by lynn's avatar lynn Committed by GitHub

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

init
parent 66ab3e21
...@@ -10,7 +10,7 @@ export const bagContainer = style([ ...@@ -10,7 +10,7 @@ export const bagContainer = style([
right: '16', right: '16',
background: 'backgroundModule', background: 'backgroundModule',
padding: '8', padding: '8',
zIndex: 'fixed', zIndex: 'dropdown',
borderRadius: '8', borderRadius: '8',
justifyContent: 'space-between', justifyContent: 'space-between',
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment