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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css

Issue 2653013003: [DevTools] Fix overflow in devices view. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
index f06194cfd01e158afc92831b653a89d10c799bda..4a36894c95750ba4eac78d48fe92d157e2b7a2f7 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
@@ -76,6 +76,7 @@
background-color: #f3f3f3;
flex: none;
padding: 3px 10px;
+ overflow: hidden;
}
.devices-footer > span {
@@ -83,7 +84,8 @@
}
.discovery-view {
- overflow: auto;
+ overflow-x: hidden;
+ overflow-y: auto;
padding: 15px 15px 0px 0px;
}
« 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