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

Unified Diff: chrome/browser/resources/settings/basic_page/basic_page.html

Issue 2753943003: [MD settings] hide extra horizontal scrollbar (Closed)
Patch Set: comment Created 3 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
« 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: chrome/browser/resources/settings/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index 47041e172e7d75ec0bf85780e2ffa77bf8030a49..3d04451c57f2455d980e80c59f607f3d50d8d685 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -36,6 +36,12 @@
<dom-module id="settings-basic-page">
<template>
<style include="settings-page-styles">
+ :host {
+ /* Prevent an unwanted horizontal scrollbar when transitioning back from
+ * a sub-page. */
+ overflow: hidden;
dpapad 2017/03/16 20:51:19 Does this create a problem when the page is too na
dschuyler 2017/03/16 21:01:43 The content is still fully accessible.
dpapad 2017/03/16 21:13:52 This suggestion was dependent on the question abov
+ }
+
#advancedToggle {
--paper-button: {
text-transform: none;
« 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