We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad8d82 commit a7f8c41Copy full SHA for a7f8c41
1 file changed
frontend/src/views/dashboard/editor/ChartSelection.vue
@@ -42,5 +42,8 @@ const curSelectChange = (value: boolean) => {
42
top: 26px;
43
right: 20px;
44
}
45
+ ::v-deep(.chart-show-area) {
46
+ height: calc(100% - 46px);
47
+ }
48
49
</style>
0 commit comments