UNPKG

devil-windows

Version:

Debugger, profiler and runtime with embedded WebKit DevTools client (for Windows).

71 lines (60 loc) 1.31 kB
.overview-container { overflow: hidden; position: absolute; top: 0; width: 100%; height: 80px; } #flame-chart-overview-grid .resources-dividers-label-bar { pointer-events: auto; } .flame-chart-main-pane { overflow: hidden; } .flame-chart-overview-pane { flex: 0 0 80px !important; } #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; } .flame-chart-marker-highlight-element { position: absolute; top: 0; height: 20px; width: 4px; margin: 0 -2px; content: ""; display: block; } .flame-chart-highlight-element { background-color: black; position: absolute; opacity: 0.2; pointer-events: none; } .flame-chart-selected-element { position: absolute; pointer-events: none; border-color: rgb(56, 121, 217); border-width: 2px; border-style: solid; background-color: rgba(56, 121, 217, 0.2); } .flame-chart-v-scroll { flex: 0 0 14px; overflow-x: hidden; } body.platform-mac .flame-chart-v-scroll { position: absolute; width: 14px; top: 0; right: 0; bottom: 0; }