From 4ce80a08374e7ccc193947019a083401ee90631e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 2 Sep 2016 14:39:38 +0100 Subject: [PATCH] fix dialog css --- src/skins/vector/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/common.css b/src/skins/vector/css/common.css index b68b58138d..9eb67c3c54 100644 --- a/src/skins/vector/css/common.css +++ b/src/skins/vector/css/common.css @@ -154,7 +154,7 @@ input[type=text]:focus, textarea:focus { max-width: 704px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); max-height: 80%; - overflow-y: scroll; + overflow-y: auto; } .mx_Dialog_background {