Skip to content

Commit

Permalink
fix(tiny-progress): set z-index (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Oct 9, 2023
1 parent fa5b258 commit eb8d819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiny-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/tiny-progress",
"version": "0.0.1-pre.2",
"version": "0.0.1-pre.3",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-progress",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/tiny-progress/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export class TinyProgress {
public styles = {
base: {
position: "fixed",
zIndex: "10000",
top: "0",
left: "0",
right: "0",
Expand Down

0 comments on commit eb8d819

Please sign in to comment.