diff --git a/resources/static/dialog/css/m.css b/resources/static/dialog/css/m.css
index eef125f4335dbfe428d9317c2fc5d014e4328bae..b0de8a3ee0325274fdadfc26bc987d8b60586985 100644
--- a/resources/static/dialog/css/m.css
+++ b/resources/static/dialog/css/m.css
@@ -121,7 +121,7 @@
     margin: 13px;
   }
 
-  #content, .form_section, .pickemail .inputs, .vertical {
+  #content, .form_section, .inputs, .vertical {
     height: auto;
     max-height: none;
     overflow: visible;
diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index c4d866d61154ea8a4ee9a620062b80d6216e008a..46d4dd0d6282f5fab94d51e2626d2c5e27071289 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -353,11 +353,11 @@ footer {
     margin: 1em 0 .5em;
     padding: 0 1em;
     line-height: 18px;
+    max-height: 110px;
+    overflow-y: auto;
 }
 
 .pickemail .inputs {
-    max-height: 110px;
-    overflow-y: auto;
     position: relative;
 }