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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.html

Issue 2197093002: MD Settings: Fix starting height of expanding sections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FixErrors
Patch Set: rebase Created 4 years, 5 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 | chrome/browser/resources/settings/settings_page/settings_animated_pages.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
index 96e1bf66250c16a86ceb18645e4dfbcb286f9ac8..513986821b69b3c7e1203d65bba34489500b1765 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
@@ -15,6 +15,10 @@
<dom-module id="settings-animated-pages">
<template>
<style>
+ :host {
+ display: block;
+ }
+
neon-animated-pages ::content > .iron-selected {
position: static;
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_animated_pages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698