Skip to content

Commit a8e5fd9

Browse files
Merge pull request #3117 from RedisInsight/fe/bugfix/insight_panel_zIndex
update z-index in insight panel
2 parents df1472c + 64151ba commit a8e5fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)