fix: resizing window causes the trace graph to display incorrectly (#367)

This commit is contained in:
Fine0830
2024-01-22 22:07:03 +08:00
committed by GitHub
parent f76500bb6e
commit 7aef327d2e
7 changed files with 50 additions and 34 deletions

View File

@@ -172,9 +172,8 @@ limitations under the License. -->
}
.trace-chart {
height: calc(100% - 100px);
height: calc(100% - 95px);
overflow: auto;
padding-bottom: 20px;
}
.trace-detail-wrapper {