Skip to content

Commit 6ceed64

Browse files
committed
#RI-4884 - fix wb result z-index
1 parent fbccd2f commit 6ceed64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

redisinsight/ui/src/components/query-card/QueryCardCliPlugin/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
background-color: var(--euiPageBackgroundColor);
1919

20-
z-index: 10;
20+
z-index: 6;
2121
}
2222

2323
.loading {

redisinsight/ui/src/components/query-card/QueryCardCliResultWrapper/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
background-color: var(--wbRunResultsBg);
2020

21-
z-index: 10;
21+
z-index: 6;
2222
}
2323

2424
.content {

redisinsight/ui/src/components/query-card/QueryCardCommonResult/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
background-color: var(--euiPageBackgroundColor);
1919

20-
z-index: 10;
20+
z-index: 6;
2121
}
2222

2323
.loading {

0 commit comments

Comments
 (0)