node-inspector-sans-ws
Version:
Web Inspector based nodeJS debugger
32 lines (27 loc) • 521 B
CSS
.overview-container {
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
height: 80px;
}
.chart-container {
overflow: hidden;
position: absolute;
top: 80px;
width: 100%;
bottom: 0;
}
#flame-chart-overview-grid .resources-dividers-label-bar {
pointer-events: auto;
}
#flame-chart-overview-container {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.flame-chart-overview-canvas {
position: absolute;
top: 20px;
left: 0;
right: 0;
bottom: 0;
}