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

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

Issue 2140113003: QuickView: Improve security by rendering images inside webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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
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 cbe6d0ec6c48dbc895d94eeaea99af427b17b2f2..8f51b53ad854619cae784a330b723623290e75d3 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -2421,6 +2421,10 @@ files-toggle-ripple {
top: 0;
}
+#quick-view {
+ z-index: 505; /* Must be above the scroll bar (500). */
+}
+
/* Preventing FOUC */
paper-input-container:unresolved {
display: none;
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | ui/file_manager/file_manager/foreground/elements/files_quick_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698