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

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

Issue 2682853002: MD Settings: Make subpage extend to bottom of page with no overscroll (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/browser/resources/settings/settings_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index 71ca0fb9fa97ece62b1917e2141467b5453fabce..76c372399c9e76eb72320a9dc317705efb5dad32 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -15,6 +15,10 @@
margin-top: 64px;
}
+ .showing-subpage ~ #overscroll {
+ display: none;
+ }
+
#noSearchResults {
align-items: center;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698