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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css

Issue 2365743002: [MR UI] Add a wrapper div to the sink list and search results in the MR dialog (Closed)
Patch Set: Rebase, fix browser test Created 4 years, 2 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/media_router/elements/media_router_container/media_router_container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index 9ef29c9d991c79ad26e5a7efb10ec02c2adaa14d..fa6475c89542c00d22314f947a6c382f64d504d7 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -148,13 +148,15 @@ paper-menu {
flex-grow: 1;
}
+#search-results {
+ overflow-x: hidden;
+ overflow-y: auto;
+}
+
#search-results-container {
bottom: 0;
left: 0;
overflow-x: hidden;
- /* overflow-y is set to auto when the results are actually displayed to allow
- * scrolling. It is set to hidden by default so the scrollbar isn't displayed
- * while animating. */
overflow-y: hidden;
position: absolute;
right: 0;
@@ -196,6 +198,11 @@ paper-menu {
position: relative;
}
+#sink-list {
+ overflow-x: hidden;
+ overflow-y: auto;
+}
+
.sink-name {
min-width: 10%;
}
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698