Skip to content

Commit 43ab688

Browse files
authored
Merge pull request #2624 from RedisInsight/fe/bugfix/RI-4884
#RI-4884 - fix wb result z-index
2 parents a3b3eaf + 6ceed64 commit 43ab688

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)