Skip to content

Commit

Permalink
fix: el-overlay z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
betterRunner committed Oct 29, 2021
1 parent 0950940 commit 7e7b62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-scripts/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {}

/* Rewrite el-popper z-index, should be higher than extension mask z-index */
.el-popper {
/* Rewrite el-popper and el-overlay z-index, should be higher than extension mask z-index */
.el-popper, .el-overlay {
z-index: 10001 !important;
}

Expand Down

0 comments on commit 7e7b62d

Please sign in to comment.