Skip to content

Commit

Permalink
fix(loader): loader container stays underneath windows and dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX committed Mar 29, 2024
1 parent 798500c commit 7ec89a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/default/scss/loader/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 2001;
z-index: 20001;

.k-loader {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/loader/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 2001;
z-index: 20001;

.k-loader {
padding: 0;
Expand Down

0 comments on commit 7ec89a7

Please sign in to comment.