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

Unified Diff: remoting/webapp/main.css

Issue 17288017: Disable scroll-bars in shrink-to-fit mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 6411f1c678fd312f105cfb140e23be77f277fb8f..eac75f44030930ab8457e54a3283218af6c195c3 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -599,6 +599,12 @@ button {
opacity: 0.75;
}
+/* TODO(jamiewalch): crbug.com/252796: Remove this once crbug.com/240772
+ * is fixed. */
+.no-scroll {
+ overflow: hidden;
+}
+
/* TODO(jamiewalch): Reinstate this if we're able to get translations for
* "Why is this safe?" that don't overflow in any language.
#host-setup-dialog {

Powered by Google App Engine
This is Rietveld 408576698