Skip to content

Commit

Permalink
[ui] add high z-index to modal container
Browse files Browse the repository at this point in the history
  • Loading branch information
edda committed Oct 20, 2022
1 parent 5e988d3 commit 299cd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/juno-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "lib/index.js",
"source": "src/index.js",
"style": "lib/esm/styles.css",
"version": "0.7.1",
"version": "0.7.2",
"files": [
"src",
"lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const modalcontainerstyles = `
jn-items-center
jn-bg-theme-modal-backdrop/60
jn-backdrop-blur-[2px]
jn-z-[9999]
`

const modalstyles = `
Expand Down

0 comments on commit 299cd5f

Please sign in to comment.