mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 17:04:48 +00:00
fix: set the height for trace widget (#337)
This commit is contained in:
parent
a4271bb479
commit
2085dc84b9
@ -59,5 +59,6 @@ limitations under the License. -->
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
min-width: 1200px;
|
min-width: 1200px;
|
||||||
|
height: calc(100% - 100px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user