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

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 205193002: DevTools: promote large views with overflow to layers in order to not repaint on scroll. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 0383f4fb97847ebbf5e9b5355bc55d4ea432e97e..fb282c4d96655e3a588957fd6dfd6e469dd62bac 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -34,8 +34,6 @@
.sidebar-pane > .body {
position: relative;
display: none;
- overflow-y: auto;
- overflow-x: hidden;
}
.sidebar-pane > .body .info {
« Source/devtools/front_end/navigatorView.css ('K') | « Source/devtools/front_end/navigatorView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698