Skip to content

Commit

Permalink
feat: z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang authored Nov 7, 2024
1 parent eb91118 commit f0c5b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-babel-plugin-canyon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: |
pnpm dist-tag add [email protected].80 latest
pnpm dist-tag add [email protected].82 latest
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.80",
"version": "1.8.82",
"description": "A Babel plugin cooperates with istanbul to report the coverage",
"author": "Allen Zhang <[email protected]>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
background: rgba(0,0,0,0.9);
font-size: 12px;
color: white;
z-index: 1000000;
}
.__canyon__segment{
margin-bottom: 20px;
Expand Down

0 comments on commit f0c5b31

Please sign in to comment.