Skip to content

Commit 1e744cf

Browse files
committed
Fix z-index of kbnLoadingIndicator
1 parent 46b91cc commit 1e744cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/public/chrome/ui/_loading_indicator.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $kbnLoadingIndicatorColor2: tint($euiColorAccent, 60%);
1111
top: 0; // 1
1212
left: 0; // 1
1313
right: 0; // 1
14-
z-index: $euiZLevel1; // 1
14+
z-index: $euiZLevel2; // 1
1515
overflow: hidden; // 2
1616
height: $euiSizeXS / 2;
1717

@@ -28,7 +28,7 @@ $kbnLoadingIndicatorColor2: tint($euiColorAccent, 60%);
2828
right: 0;
2929
bottom: 0;
3030
position: absolute;
31-
z-index: $euiZLevel1 + 1;
31+
z-index: $euiZLevel2 + 1;
3232
visibility: visible;
3333
display: block;
3434
animation: kbn-animate-loading-indicator 2s linear infinite;

0 commit comments

Comments
 (0)