Skip to content

Commit

Permalink
fix(loading): the z-index default value is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs committed Jan 22, 2024
1 parent b3d5850 commit dc8731d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/loading/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
left: 0;
width: 100%;
height: 100%;
z-index: @z-index-loading;
}

.@{prefix}-loading--hidden {
Expand Down

0 comments on commit dc8731d

Please sign in to comment.