Skip to content

Commit 64151ba

Browse files
update insights full screen z-index
1 parent f5fe577 commit 64151ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

redisinsight/ui/src/components/database-side-panels/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $animation-duration: 300ms;
1313
left: 0;
1414
width: 100%;
1515
padding-left: 16px;
16-
z-index: 15;
16+
z-index: 1001;
1717
}
1818
}
1919

redisinsight/ui/src/templates/explore-panel/styles.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
&.insightsOpen {
2929
width: 460px;
30-
z-index: 1001;
3130
@media only screen and (max-width: 1440px) {
3231
width: 380px;
3332
}

0 commit comments

Comments
 (0)