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

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

Issue 560293002: DevTools: Fix UI glitch with vertical scroll bar in settings dialog. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/helpScreen.css
diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
index 0b7a4b65a182df87558be397aaf5958894846d20..2fe7282cd41cb062d473ad2e17cf80210097f5f7 100644
--- a/Source/devtools/front_end/helpScreen.css
+++ b/Source/devtools/front_end/helpScreen.css
@@ -581,7 +581,8 @@ select.list-column-editor {
.settings-dialog .contents {
flex: 1 1 auto;
padding: 0 17px;
- overflow: auto;
+ overflow-x: hidden;
+ overflow-y: auto;
}
.settings-dialog .block-header {
« 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