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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_list.html

Issue 2375493003: MD Settings: Fix rendering of popup menus inside iron-lists. (Closed)
Patch Set: Static z index. Created 4 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
Index: chrome/browser/resources/settings/search_engines_page/search_engines_list.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
index a1c3ea5462a06311c415931b860cc671b792a8eb..78c440ad7eec75fb561e9ad6419eb759cecd80a5 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
@@ -32,6 +32,10 @@
settings-search-engine-entry:first-of-type {
border-top: none;
}
+
+ #container {
+ overflow-y: inherit;
+ }
stevenjb 2016/10/13 16:49:52 Is it intentional that this is overflow-y and star
</style>
<div id="outer">
<content></content>

Powered by Google App Engine
This is Rietveld 408576698