From 49e5fa41adf36c6419834cd36c84a1dafdd51540 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 1 Sep 2016 16:06:45 +0100 Subject: [PATCH] fix overscroll on view source --- src/skins/vector/css/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/skins/vector/css/common.css b/src/skins/vector/css/common.css index 64cf4d6d4b..b68b58138d 100644 --- a/src/skins/vector/css/common.css +++ b/src/skins/vector/css/common.css @@ -153,6 +153,8 @@ input[type=text]:focus, textarea:focus { width: 60%; max-width: 704px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); + max-height: 80%; + overflow-y: scroll; } .mx_Dialog_background {