Skip to content

Commit 11506c2

Browse files
authored
Merge pull request #574 from RedisInsight/bugfix/RI-2732
#RI-2732 - fix resize btn
2 parents 9f173d7 + d989429 commit 11506c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

redisinsight/ui/src/pages/browser/components/key-tree/styles.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@
3737
}
3838
}
3939

40+
.resizableButton {
41+
z-index: 1 !important;
42+
}
4043
.resizableButton:not(:hover) {
4144
&::before, &::after {
42-
width: 0px !important;
45+
width: 0 !important;
4346
}
4447
}
4548

0 commit comments

Comments
 (0)