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

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

Issue 22661007: Make the body not scrollable and make a scrollable container div to host #extension-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to higher level of overlay. Created 7 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 | « no previous file | ui/webui/resources/js/cr/ui/overlay.js » ('j') | ui/webui/resources/js/cr/ui/overlay.js » ('J')
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 af47453698c987c8f357265665d0e782f9ae00a6..1e6f3a3d1e902b2e0a55e2f5c34d927f783f106a 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -177,3 +177,7 @@ html[dir='rtl'] .overlay .page .action-area {
display: -webkit-box;
padding: 14px 17px;
}
+
+.no-scroll {
+ overflow-y: hidden;
+}
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/overlay.js » ('j') | ui/webui/resources/js/cr/ui/overlay.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698