Skip to content

Commit

Permalink
[7.8] Fix z-index of kbnLoadingIndicator (#65521) (#65570)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored May 6, 2020
1 parent 00cb63d commit 8dd1fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/public/chrome/ui/_loading_indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $kbnLoadingIndicatorColor2: tint($euiColorAccent, 60%);
top: 0; // 1
left: 0; // 1
right: 0; // 1
z-index: $euiZLevel1; // 1
z-index: $euiZLevel2; // 1
overflow: hidden; // 2
height: $euiSizeXS / 2;

Expand All @@ -28,7 +28,7 @@ $kbnLoadingIndicatorColor2: tint($euiColorAccent, 60%);
right: 0;
bottom: 0;
position: absolute;
z-index: $euiZLevel1 + 1;
z-index: $euiZLevel2 + 1;
visibility: visible;
display: block;
animation: kbn-animate-loading-indicator 2s linear infinite;
Expand Down

0 comments on commit 8dd1fa5

Please sign in to comment.