Skip to content

Commit

Permalink
fix: 修复顶部模式下页面载入进度条被遮挡
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Jan 26, 2024
1 parent f9c1c2d commit 5704453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/nprogress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 1031;
z-index: 10031;
width: 100%;
height: 2px;
background: rgb(var(--ui-primary));
Expand All @@ -26,7 +26,7 @@
position: fixed;
top: 11px;
right: 14px;
z-index: 1031;
z-index: 10031;
display: block;

.spinner-icon {
Expand Down

0 comments on commit 5704453

Please sign in to comment.