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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 376123002: Files.app: Override overflow specifying to use the original scroll bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 96eab73bc759a110562c0e5ac2f586d43ff13960..8059f171ff131482f32f4aeca2626efbd69fb02a 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -617,6 +617,12 @@ html[dir='rtl'] .breadcrumbs .separator {
padding-bottom: 0; /* For the preview panel. Will be overridden by JS. */
}
+#file-list {
+ /* Override overflow specifying by table_list.js to use the original scroll
+ bar. crbug.com/391698 */
+ overflow: scroll !important;
+}
+
#file-list .drag-selection-border {
-webkit-box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.3);
« 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