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 { |