mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
23 lines
316 B
CSS
23 lines
316 B
CSS
.vtk-chart {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.vtk-chart > div {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.vtk-chart .vtk-legend {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
}
|
|
|
|
.vtk-chart .vtk-bottom .vtk-top .vtk-left .vtk-right {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.vtk-chart .vtk-annotation {
|
|
}
|