Skip to content

Commit

Permalink
fix: zIndex should not overlap on setting menu
Browse files Browse the repository at this point in the history
closes #166
  • Loading branch information
pionxzh committed Aug 29, 2023
1 parent ed004fe commit 39d13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function main() {
onloadSafe(() => {
const container = document.createElement('div')
// to overlap on the list section
container.style.zIndex = '99'
container.style.zIndex = '20'
render(<Menu container={container} />, container)

const styleEl = document.createElement('style')
Expand Down

0 comments on commit 39d13da

Please sign in to comment.