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

Unified Diff: Source/devtools/front_end/emulation/overrides.css

Issue 1217833002: [DevTools] Fix overrides view when zoomed in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/emulation/overrides.css
diff --git a/Source/devtools/front_end/emulation/overrides.css b/Source/devtools/front_end/emulation/overrides.css
index 58de08c1e9b0681247380858866604dab63e262e..0519222ae924ab613f8ccf2ff3fa8cf1b29615ba 100644
--- a/Source/devtools/front_end/emulation/overrides.css
+++ b/Source/devtools/front_end/emulation/overrides.css
@@ -52,6 +52,10 @@
color: transparent !important;
}
+.overrides-view > .tabbed-pane {
+ overflow: hidden;
+}
+
/* Network tab */
.overrides-network fieldset {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698