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

Unified Diff: ui/webui/resources/css/overlay.css

Issue 423533003: Use PageManager in About page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix settings app browser test Created 6 years, 4 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 | « chrome/browser/ui/webui/help/help_ui.cc ('k') | ui/webui/resources/js/cr/ui/page_manager/page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index 6623e870332c1a6bf668f68bc91e7b1b4fd290e0..2e18f8a08b5a465eea4d13b8630a71b4e293a848 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -179,3 +179,19 @@ html[dir='rtl'] .overlay .page .action-area {
display: -webkit-box;
padding: 14px 17px;
}
+
+/* Prevent the page underneath the overlay from scrolling. */
+.frozen {
+ position: fixed;
+}
+
+#overlay-container-1 {
+ z-index: 11;
+}
+#overlay-container-2 {
+ z-index: 12;
+}
+
+.transparent {
+ opacity: 0;
+}
« no previous file with comments | « chrome/browser/ui/webui/help/help_ui.cc ('k') | ui/webui/resources/js/cr/ui/page_manager/page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698