Skip to content

Commit 7a52f70

Browse files
committed
fix tooltip triangle
1 parent 5666b34 commit 7a52f70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

redisinsight/ui/src/components/charts/area-chart/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
.tooltip {
15-
position: absolute;
15+
position: fixed;
1616
min-width: 50px;
1717
height: 50px;
1818
min-height: 50px;
@@ -29,6 +29,7 @@
2929
bottom: 0;
3030

3131
&::after {
32+
display: block;
3233
content: "";
3334
top: 50px !important;
3435
left: calc(50% - 6px);

redisinsight/ui/src/pages/databaseAnalysis/styles.module.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
@import "@elastic/eui/src/components/table/mixins";
33
@import "@elastic/eui/src/global_styling/index";
44

5-
$breakpoint-table: 1232px;
6-
75
.main {
86
height: 100%;
97
}

0 commit comments

Comments
 (0)