mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
fix: resizing window causes the trace graph to display incorrectly (#367)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user