Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / flameChart.css
index bc35be6..3a490f0 100644 (file)
@@ -7,17 +7,17 @@
 }
 
 .chart-container {
-    overflow: hidden;
-    position: absolute;
-    top: 80px;
-    width: 100%;
-    bottom: 0;
+    flex: auto;
 }
 
 #flame-chart-overview-grid .resources-dividers-label-bar {
     pointer-events: auto;
 }
 
+.flame-chart-overview-pane {
+    flex: 0 0 80px !important;
+}
+
 #flame-chart-overview-container {
     border-bottom: 1px solid rgba(0, 0, 0, 0.3);
 }