Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css

Issue 2682123004: DevTools: Fix toolbar layout glitches on memory panel (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
index 3d86ce79c68df497de6ca8c3474afc36719ca3cd..7b257ec720f55db9471b5393faaf651f566d7aee 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -67,10 +67,16 @@
.profiles-toolbar {
background-color: #f3f3f3;
border-bottom: 1px solid #ccc;
+ flex-shrink: 0;
}
-.profiles-sidebar-tree-box {
+.profiles-tree-sidebar {
flex: auto;
+ overflow: hidden;
+}
+
+.profiles-sidebar-tree-box {
+ overflow-y: auto;
}
.profile-view {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698