NEZ-3398 fix: 图表tooltip 被遮挡

This commit is contained in:
zyh
2024-01-26 09:33:38 +08:00
parent 631d35e809
commit e7be11b83c

View File

@@ -259,7 +259,8 @@
.chart__canvas {
flex: 1;
overflow: hidden;
min-width: 0;
min-height: 0;
}
&.nz-chart__component--bottom {
flex-direction: column;